summaryrefslogtreecommitdiff
path: root/lua/user/cmp.lua
diff options
context:
space:
mode:
authorChristian Chiarulli <chris.machine@pm.me>2022-05-23 14:08:05 -0400
committerGitHub <noreply@github.com>2022-05-23 14:08:05 -0400
commit24e1856862e859b60cd5b38fa6befa00f75de89a (patch)
treee59f33031aa49087be668a09b8e7230721911cee /lua/user/cmp.lua
parent83357089dd90eda107f6eac21dd327dd1f483370 (diff)
parent219abb0e6866a6f33f5332cc00ff22bcef1a9a63 (diff)
Merge pull request #152 from rohanghige/22-autocommands
[FIX] Tree-sitter ensure_installed error message
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,