From d9a4a1e4b070480735b0693b5d0fb6a41e6416d6 Mon Sep 17 00:00:00 2001 From: Aleksa Vučković Date: Sat, 8 Jan 2022 10:53:43 +0100 Subject: autopairs --- lua/user/cmp.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lua/user/cmp.lua') 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, }, } -- cgit v1.2.3