1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 19:30:01 +02:00

nvim/lua/user/plugins/ide/autocomplete.lua: update

This commit is contained in:
Henrik Hautakoski 2025-09-29 15:19:16 +02:00
parent 0ddd0309ca
commit bee8e35ae8

View file

@ -22,13 +22,14 @@ return {
selection = {
preselect = function(ctx) return ctx.mode ~= 'cmdline' end,
-- auto_insert = function(ctx) return ctx.mode ~= 'cmdline' end
auto_insert = false
auto_insert = true
}
},
menu = {
min_width = 18,
winblend = 10,
draw = {
gap = 2,
columns = {
{ "kind_icon" },
{ "label", "source_name", gap = 1 },
@ -52,7 +53,7 @@ return {
}
},
ghost_text = {
enabled = true,
enabled = false,
}
},
signature = {