Skip to content

Commit

Permalink
chore(opt): provide insert menu selection completions
Browse files Browse the repository at this point in the history
  • Loading branch information
pwnwriter committed Aug 11, 2024
1 parent 2e7b8b4 commit 5dc7c8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lua/core/opts.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ opts.initial = function()
end

opts.final = function()
opt.complete = {}
opt.list = true
opt.completeopt = { "menuone", "noselect", "noinsert" }
opt.wildmenu = true
opt.pumheight = 20
opt.ignorecase = true
Expand Down

0 comments on commit 5dc7c8d

Please sign in to comment.