Set nolist locally
This commit is contained in:
parent
a7c2573cab
commit
687ee156f8
|
@ -20,7 +20,7 @@ function! startify#insane_in_the_membrane() abort
|
|||
endif
|
||||
endfor
|
||||
endif
|
||||
setlocal nonumber noswapfile bufhidden=wipe
|
||||
setlocal nonumber noswapfile nolist bufhidden=wipe
|
||||
if (v:version >= 703)
|
||||
setlocal norelativenumber
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue