setlocal nocursorcolumn
For those who enjoy crosshairs :)
This commit is contained in:
parent
3698187c54
commit
c92b283b56
|
@ -68,7 +68,7 @@ function! startify#insane_in_the_membrane() abort
|
||||||
endif
|
endif
|
||||||
|
|
||||||
setlocal noswapfile nobuflisted buftype=nofile bufhidden=wipe
|
setlocal noswapfile nobuflisted buftype=nofile bufhidden=wipe
|
||||||
setlocal nonumber nocursorline nolist statusline=\ startify
|
setlocal nonumber nocursorline nocursorcolumn nolist statusline=\ startify
|
||||||
set filetype=startify
|
set filetype=startify
|
||||||
|
|
||||||
if v:version >= 703
|
if v:version >= 703
|
||||||
|
|
Loading…
Reference in a new issue