Skip to content

Commit 8dd1b84

Browse files
committed
chore: add fuzzy and popup to completion options
https://neovim.io/doc/user/options.html#'completeopt'
1 parent 6a75df8 commit 8dd1b84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -901,7 +901,7 @@ require('lazy').setup({
901901
luasnip.lsp_expand(args.body)
902902
end,
903903
},
904-
completion = { completeopt = 'menu,menuone,noinsert' },
904+
completion = { completeopt = 'menu,menuone,noinsert,popup,fuzzy' },
905905

906906
-- For an understanding of why these mappings were
907907
-- chosen, you will need to read `:help ins-completion`

0 commit comments

Comments
 (0)