diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2022-04-19 11:50:31 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2022-04-19 11:50:31 +0200 |
commit | 29f2105afa85749aa4c88e58375530abade92253 (patch) | |
tree | f69baf11f2a33f29cd9d80158de3a18ffb5ea1b5 | |
parent | a2d47a73922822386d9f8b0d61903789166ff14f (diff) | |
download | vim-29f2105afa85749aa4c88e58375530abade92253.zip vim-29f2105afa85749aa4c88e58375530abade92253.tar.gz |
nvim-cmp : documentation is deprecated
-rw-r--r-- | lua/user/cmp.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/user/cmp.lua b/lua/user/cmp.lua index 81e8160..ff6a97e 100644 --- a/lua/user/cmp.lua +++ b/lua/user/cmp.lua @@ -123,8 +123,8 @@ cmp.setup { behavior = cmp.ConfirmBehavior.Replace, select = false, }, - documentation = { - border = { "╭", "─", "╮", "│", "╯", "─", "╰", "│" }, + window = { + documentation = "native", }, experimental = { ghost_text = true, -- grey autosuggestion |