init: Reenable guicursor
authorStefan Huber <shuber@sthu.org>
Sat, 21 Mar 2020 15:25:45 +0000 (16:25 +0100)
committerStefan Huber <shuber@sthu.org>
Sat, 21 Mar 2020 15:25:45 +0000 (16:25 +0100)
init.vim

index d9e0373503ec054d11b923c7d72c51a3b66f23b0..90459edab093e03e7d7b90cc35aae93f91bce163 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -35,8 +35,11 @@ set wildmode=longest,list:full
 
 set tabpagemax=100
 
+" Some terminals cause weired symbols due to broken cursor-shape termcodes.
 if has('nvim')
-    set guicursor=
+    "set guicursor=
+    " Workaround some broken plugins which set guicursor indiscriminately.
+    "au OptionSet guicursor noautocmd set guicursor=
 end
 
 syntax on