diff --git a/init.lua b/init.lua index 42efdde1..0852edd8 100644 --- a/init.lua +++ b/init.lua @@ -825,7 +825,7 @@ require('lazy').setup({ luasnip.lsp_expand(args.body) end, }, - completion = { completeopt = 'menu,menuone,noinsert' }, + completion = { completeopt = 'menu,menuone,noinsert,noselect' }, -- For an understanding of why these mappings were -- chosen, you will need to read `:help ins-completion`