Disable sign and fold columns (#360)
Added: setlocal foldcolumn=0 setlocal signcolumn=no
This commit is contained in:
parent
a56917282b
commit
22de49a64c
|
@ -46,6 +46,8 @@ function! startify#insane_in_the_membrane(on_vimenter) abort
|
||||||
silent! setlocal
|
silent! setlocal
|
||||||
\ bufhidden=wipe
|
\ bufhidden=wipe
|
||||||
\ colorcolumn=
|
\ colorcolumn=
|
||||||
|
\ foldcolumn=0
|
||||||
|
\ matchpairs=
|
||||||
\ nobuflisted
|
\ nobuflisted
|
||||||
\ nocursorcolumn
|
\ nocursorcolumn
|
||||||
\ nocursorline
|
\ nocursorline
|
||||||
|
@ -54,7 +56,7 @@ function! startify#insane_in_the_membrane(on_vimenter) abort
|
||||||
\ norelativenumber
|
\ norelativenumber
|
||||||
\ nospell
|
\ nospell
|
||||||
\ noswapfile
|
\ noswapfile
|
||||||
\ matchpairs=
|
\ signcolumn=no
|
||||||
if empty(&statusline)
|
if empty(&statusline)
|
||||||
setlocal statusline=\ startify
|
setlocal statusline=\ startify
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in a new issue