diff options
| author | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 14:48:12 +0100 |
|---|---|---|
| committer | Vito G. Graffagnino <vito@graffagnino.xyz> | 2022-06-03 14:48:12 +0100 |
| commit | 87b3c29b07ff5390188af5815e0290c854549829 (patch) | |
| tree | 7e36e6bdcfc6d0175c7625353d8d0cd9334053fa /lua | |
| parent | 2dbc3b33e5db4f07667aef9e03ffa2626d95f3ba (diff) | |
documentation window syntax has changed,
causing an error message. This commit corrects this.
Diffstat (limited to 'lua')
| -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 c5e2d3e..9f5f48b 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -117,8 +117,10 @@ cmp.setup { behavior = cmp.ConfirmBehavior.Replace, select = false, }, - documentation = { - border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, + window = { + documentation = { + border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, + } }, experimental = { ghost_text = false, |
