diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:39:58 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-05-18 21:46:58 +0200 |
| commit | 0c37d2073fe94d24b06fd179b601f765e1f85ad2 (patch) | |
| tree | d149d3d49dd5bd286ff1b942fc5d2fa334372e67 /.config/nvim/plugin/50-completion.lua | |
| parent | 54861a5b7837475dbf16a747740b73253a4a3a2d (diff) | |
| download | dotfiles-0c37d2073fe94d24b06fd179b601f765e1f85ad2.tar.gz dotfiles-0c37d2073fe94d24b06fd179b601f765e1f85ad2.zip | |
misc: fix comments and typos
Diffstat (limited to '.config/nvim/plugin/50-completion.lua')
| -rw-r--r-- | .config/nvim/plugin/50-completion.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/nvim/plugin/50-completion.lua b/.config/nvim/plugin/50-completion.lua index 94b4cbb..919f395 100644 --- a/.config/nvim/plugin/50-completion.lua +++ b/.config/nvim/plugin/50-completion.lua @@ -12,7 +12,7 @@ vim.opt.completeopt = { "noselect", -- No item selected initially "fuzzy", "menuone", -- Show matches in a menu, even if there's only one match - "popup", -- Menu items show extra ingo in the popup window + "popup", -- Menu items show extra info in the popup window "preview", -- Show extra info in the preview window } -- Completion sources (in order of priority) |
