diff options
Diffstat (limited to '.vim')
| -rw-r--r-- | .vim/lua/plugins.lua | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 17bd107..c246121 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -414,9 +414,11 @@ return require('packer').startup({function() -- autocomplete = { cmp.TriggerEvent.TextChanged } }, preselect = cmp.PreselectMode.Item, - documentation = { - -- border = 'single', - border = { '', '', '', ' ', '', '', '', ' ' }, + window = { + documentation = { + -- border = 'single', + border = { '', '', '', ' ', '', '', '', ' ' }, + }, }, mapping = { ['<cr>'] = cmp.mapping(function(fallback) |