diff options
Diffstat (limited to 'dotvimrc')
-rw-r--r-- | dotvimrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -118,6 +118,9 @@ endfunction colorscheme bramwombat if has("nvim") + if (has("termguicolors")) + set termguicolors + endif set cursorline set noincsearch elseif has("gui_running") |