Add noselect to completion

This commit is contained in:
Alexandre Ignjatovic 2025-04-02 08:00:44 +02:00
parent f7bd0a75e4
commit 4bb4195a01
1 changed files with 1 additions and 1 deletions

View File

@ -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`