aboutsummaryrefslogtreecommitdiff
path: root/lua/user/cmp.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/user/cmp.lua')
-rw-r--r--lua/user/cmp.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua
index 5a005e8..e1f3101 100644
--- a/lua/user/cmp.lua
+++ b/lua/user/cmp.lua
@@ -114,17 +114,17 @@ cmp.setup {
{ name = "luasnip" },
{ name = "buffer" },
{ name = "path" },
- { name = "nvim-lua" },
+ { name = "nvim_lua" },
},
confirm_opts = {
behavior = cmp.ConfirmBehavior.Replace,
select = false,
},
documentation = {
- border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" },
+ -- border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" },
},
experimental = {
- ghost_text = false,
+ ghost_text = true,
native_menu = false,
},
}