init: Move guicursor fix to init-local example
[vimconf.git] / init.vim
index 08935f1364cd14ec878892cce241e9d45de6b6a5..2da7cac0d3816f326a38b0c46d76b4f46fe177ef 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -38,13 +38,6 @@ set wildmode=longest,list:full
 
 set tabpagemax=100
 
-" Some terminals cause weired symbols due to broken cursor-shape termcodes.
-if has('nvim')
-    "set guicursor=
-    " Workaround some broken plugins which set guicursor indiscriminately.
-    "au OptionSet guicursor noautocmd set guicursor=
-end
-
 syntax on
 
 " Load some macros