diff options
| author | Rohan Ghige <rohanghige@gmail.com> | 2022-05-14 14:28:47 +0530 |
|---|---|---|
| committer | Rohan Ghige <rohanghige@gmail.com> | 2022-05-14 14:28:47 +0530 |
| commit | 23c927e16df9b4c5ae0ed08899a2e87563d535ea (patch) | |
| tree | a2bbc0b4df063d4411f1f4105c345d1e9d0fb698 /lua/user | |
| parent | a7e69fca894be6e31eb4bc8e52d4e329105cf0c2 (diff) | |
[FIX] cmp documentation error
Diffstat (limited to 'lua/user')
| -rw-r--r-- | lua/user/cmp.lua | 6 |
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, |
