Skip to content

Commit 4bb4195

Browse files
committed
Add noselect to completion
1 parent f7bd0a7 commit 4bb4195

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
@@ -825,7 +825,7 @@ require('lazy').setup({
825825
luasnip.lsp_expand(args.body)
826826
end,
827827
},
828-
completion = { completeopt = 'menu,menuone,noinsert' },
828+
completion = { completeopt = 'menu,menuone,noinsert,noselect' },
829829

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

0 commit comments

Comments
 (0)