diff options
| author | Robert Günzler <r@gnzler.io> | 2022-06-15 04:46:55 +0200 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2022-06-15 04:46:55 +0200 |
| commit | d0c018dceb6d3056936c9cdfdd4e9e807cde0ff9 (patch) | |
| tree | 3f2904a39c12c74a7062a844c98410c3361b372d /.vim/lua/globals.lua | |
| parent | ac19dca86b962f1f00a16d0e6688c8f692204926 (diff) | |
vim: use a global to configure floating window border
Diffstat (limited to '.vim/lua/globals.lua')
| -rw-r--r-- | .vim/lua/globals.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/lua/globals.lua b/.vim/lua/globals.lua index 5492b73..506ae0d 100644 --- a/.vim/lua/globals.lua +++ b/.vim/lua/globals.lua @@ -20,3 +20,4 @@ _G.wk_register = function(mappings, opts) vim.notify_once('which-key missing') end +_G.floating_win_border = 'none' |