aboutsummaryrefslogtreecommitdiff
path: root/core/autocommands.vim
diff options
context:
space:
mode:
Diffstat (limited to 'core/autocommands.vim')
-rw-r--r--core/autocommands.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/autocommands.vim b/core/autocommands.vim
index fd4654f..e88a1db 100644
--- a/core/autocommands.vim
+++ b/core/autocommands.vim
@@ -72,6 +72,11 @@ augroup cursor_color
autocmd ColorScheme * highlight Cursor2 guifg=red guibg=red
augroup END
+augroup float_border_color
+ autocmd!
+ autocmd ColorScheme * highlight FloatBorder guifg=LightGreen guibg=NONE
+augroup END
+
augroup auto_close_win
autocmd!
autocmd BufEnter * call s:quit_current_win()