Sfoglia il codice sorgente

setlocal nocursorcolumn

For those who enjoy crosshairs :)
ZeroKnight 11 anni fa
parent
commit
c92b283b56
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      autoload/startify.vim

+ 1 - 1
autoload/startify.vim

@@ -68,7 +68,7 @@ function! startify#insane_in_the_membrane() abort
   endif
 
   setlocal noswapfile nobuflisted buftype=nofile bufhidden=wipe
-  setlocal nonumber nocursorline nolist statusline=\ startify
+  setlocal nonumber nocursorline nocursorcolumn nolist statusline=\ startify
   set filetype=startify
 
   if v:version >= 703