aboutsummaryrefslogtreecommitdiff
path: root/ui.vim
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-09-22 22:25:23 +0800
committerjdhao <jdhao@hotmail.com>2020-09-22 22:25:23 +0800
commitd1b5076f9d05f8c8bfa738a29ac7920e1f888aa4 (patch)
tree3e3aee01647314ab0ab20067d1f8163a8fa5dd62 /ui.vim
parent98c81c14889c8c385d51368b14c280f3ce5530b6 (diff)
move guicursor setting to ginit.vim
Diffstat (limited to 'ui.vim')
-rw-r--r--ui.vim10
1 files changed, 0 insertions, 10 deletions
diff --git a/ui.vim b/ui.vim
index d57bcd7..8d046cd 100644
--- a/ui.vim
+++ b/ui.vim
@@ -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
-"}}
"}