mirror of
https://github.com/pnx/dotfiles
synced 2026-07-02 22:43:41 +02:00
nvim/lua/user/plugins/editor/autocomplete.lua: update
This commit is contained in:
parent
dd69e31f9f
commit
c9e8f3a2d7
1 changed files with 7 additions and 7 deletions
|
|
@ -13,8 +13,8 @@ return {
|
||||||
local format = require("user.utils.cmp_format")
|
local format = require("user.utils.cmp_format")
|
||||||
-- local lspkind = require("user.utils.lspkind")
|
-- local lspkind = require("user.utils.lspkind")
|
||||||
|
|
||||||
local selectPrev = utils.selectPrev({ behavior = cmp.SelectBehavior.Insert })
|
local selectPrev = utils.selectPrev({ behavior = cmp.SelectBehavior.Select })
|
||||||
local selectNext = utils.selectNext({ behavior = cmp.SelectBehavior.Insert })
|
local selectNext = utils.selectNext({ behavior = cmp.SelectBehavior.Select })
|
||||||
|
|
||||||
return {
|
return {
|
||||||
preselect = false,
|
preselect = false,
|
||||||
|
|
@ -72,11 +72,11 @@ return {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
-- experimental = {
|
experimental = {
|
||||||
-- ghost_text = {
|
ghost_text = {
|
||||||
-- hl_group = "NonText",
|
hl_group = "NonText",
|
||||||
-- },
|
},
|
||||||
-- },
|
},
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
config = function(_, opts)
|
config = function(_, opts)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue