diff options
Diffstat (limited to '')
| -rw-r--r-- | .vim/lua/plugins.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.vim/lua/plugins.lua b/.vim/lua/plugins.lua index 28fd193..1ec5df0 100644 --- a/.vim/lua/plugins.lua +++ b/.vim/lua/plugins.lua @@ -106,7 +106,7 @@ require('packer').startup({function() linehl = false, word_diff = false, preview_config = { - border = { '', '', '', ' ', '', '', '', ' ' }, + border = _G.floating_win_border, }, on_attach = function(bufnr) @@ -450,8 +450,7 @@ require('packer').startup({function() preselect = cmp.PreselectMode.Item, window = { documentation = { - -- border = 'single', - border = { '', '', '', ' ', '', '', '', ' ' }, + border = _G.floating_win_border, }, }, mapping = { |