all repos

init.lua @ 2e21a52

my nvim config
1 files changed, 1 insertions(+), 0 deletions(-)
feat(cmp): add ghost_text back
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-01-05 21:08:27 +0200
Parent: f04bfd4
M lua/plugins/completion.lua

@@ -113,6 +113,7 @@ { name = "buffer", max_item_count = 4 },

{ name = "luasnip", max_item_count = 3 }, { name = "path", max_item_count = 2 }, }, + experimental = { ghost_text = true }, } end, },