Prechádzať zdrojové kódy

setlocal nocursorcolumn

For those who enjoy crosshairs :)
ZeroKnight 11 rokov pred
rodič
commit
c92b283b56
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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