aboutsummaryrefslogtreecommitdiff
path: root/lua/user/cmp.lua
diff options
context:
space:
mode:
authorFranciszek Malinka <franciszek.malinka@gmail.com>2022-04-16 01:04:28 +0200
committerFranciszek Malinka <franciszek.malinka@gmail.com>2022-04-16 01:04:28 +0200
commit8d300886400d7257fb9be41d0b85464029539ecf (patch)
treedecff62ab6ad87eb889e5600b1436f71ddd982ac /lua/user/cmp.lua
parent110947866c59a79567ff5d64c5b13323519a91e6 (diff)
Big update, new plugins, new everything
Diffstat (limited to 'lua/user/cmp.lua')
-rw-r--r--lua/user/cmp.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua
index 960eb13..b52f421 100644
--- a/lua/user/cmp.lua
+++ b/lua/user/cmp.lua
@@ -113,8 +113,10 @@ cmp.setup({
behavior = cmp.ConfirmBehavior.Replace,
select = false,
},
- documentation = {
- border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" },
+ window = {
+ documentation = {
+ border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" },
+ },
},
experimental = {
-- ghost_text = true,