X-Git-Url: https://git.sthu.org/?p=vimconf.git;a=blobdiff_plain;f=init.vim;h=2da7cac0d3816f326a38b0c46d76b4f46fe177ef;hp=08935f1364cd14ec878892cce241e9d45de6b6a5;hb=dced076e6af1b15461ebb16e65c45f131aff5a4b;hpb=56ecdc03efcf665e164761695fc37752312d313e diff --git a/init.vim b/init.vim index 08935f1..2da7cac 100644 --- 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