diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-07 14:20:40 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-07 17:26:25 +0200 |
| commit | 000f7bb7f082ecd638a758edf8459974cff907de (patch) | |
| tree | 4defc0c94fcf848fc0acd2061b0755cba5502006 /plugin/50-completion.lua | |
| parent | e04eb2181b4396d99350b69ecaf439725e6d2093 (diff) | |
| download | nvim-config-000f7bb7f082ecd638a758edf8459974cff907de.tar.gz nvim-config-000f7bb7f082ecd638a758edf8459974cff907de.zip | |
misc(nvim): remove unused option
`popup` overrides `preview`.
Diffstat (limited to 'plugin/50-completion.lua')
| -rw-r--r-- | plugin/50-completion.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/50-completion.lua b/plugin/50-completion.lua index 24d6e01..fe418e8 100644 --- a/plugin/50-completion.lua +++ b/plugin/50-completion.lua @@ -13,8 +13,8 @@ vim.opt.completeopt = { "fuzzy", "menuone", -- Show matches in a menu, even if there's only one match "popup", -- Menu items show extra info in the popup window - "preview", -- Show extra info in the preview window } + -- Completion sources (in order of priority) vim.opt.complete = { "o", -- 'omnifunc' |
