summaryrefslogtreecommitdiff
path: root/lua/user/cmp.lua
diff options
context:
space:
mode:
authorRohan Ghige <rohanghige@gmail.com>2022-05-14 14:28:47 +0530
committerRohan Ghige <rohanghige@gmail.com>2022-05-14 14:28:47 +0530
commit23c927e16df9b4c5ae0ed08899a2e87563d535ea (patch)
treea2bbc0b4df063d4411f1f4105c345d1e9d0fb698 /lua/user/cmp.lua
parenta7e69fca894be6e31eb4bc8e52d4e329105cf0c2 (diff)
[FIX] cmp documentation error
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 a151214..df5c052 100644
--- a/lua/user/cmp.lua
+++ b/lua/user/cmp.lua
@@ -119,8 +119,10 @@ cmp.setup {
behavior = cmp.ConfirmBehavior.Replace,
select = false,
},
- documentation = {
- border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" },
+ window = {
+ documentation = {
+ border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" },
+ },
},
experimental = {
ghost_text = false,