diff options
Diffstat (limited to '')
| -rw-r--r-- | .vim/lua/globals.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/lua/globals.lua b/.vim/lua/globals.lua index 506ae0d..41a32af 100644 --- a/.vim/lua/globals.lua +++ b/.vim/lua/globals.lua @@ -20,4 +20,4 @@ _G.wk_register = function(mappings, opts) vim.notify_once('which-key missing') end -_G.floating_win_border = 'none' +_G.floating_win_border = 'solid' |