diff options
Diffstat (limited to 'ui.vim')
| -rw-r--r-- | ui.vim | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -52,14 +52,4 @@ endif " let g:badwolf_tabline = 2 " colorscheme badwolf "}} - -"{{ Cursor colors and shapes -" highlight groups for cursor color -highlight Cursor cterm=bold gui=bold guibg=cyan guifg=black -highlight Cursor2 guifg=red guibg=red - -" Set up cursor color and shape in various mode, ref: -" https://github.com/neovim/neovim/wiki/FAQ#how-to-change-cursor-color-in-the-terminal -set guicursor=n-v-c:block-Cursor/lCursor,i-ci-ve:ver25-Cursor2/lCursor2,r-cr:hor20,o:hor20 -"}} "} |
