summary refs log tree commit diff
path: root/.vim/lua/globals.lua
diff options
context:
space:
mode:
Diffstat (limited to '.vim/lua/globals.lua')
-rw-r--r--.vim/lua/globals.lua1
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'