mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-17 20:26:26 +00:00
Select completion by default
This commit is contained in:
parent
ace8f98428
commit
08a50b1621
@ -5,7 +5,7 @@ function M.config_cmp()
|
||||
local luasnip = require("luasnip")
|
||||
cmp.setup({
|
||||
completion = {
|
||||
completeopt = "menuone,noinsert,noselect",
|
||||
completeopt = "menuone,noinsert",
|
||||
autocomplete = false,
|
||||
},
|
||||
snippet = {
|
||||
|
Loading…
Reference in New Issue
Block a user