mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
Disable line numbers in vimpager
This commit is contained in:
parent
bd115f03d0
commit
fcff194b97
1 changed files with 5 additions and 0 deletions
|
@ -67,4 +67,9 @@ autocmd FileChangedRO * nested set noreadonly
|
|||
|
||||
"disable the whitespace plugin for vimfiler
|
||||
autocmd BufEnter,FileType vimfiler,mail hi ExtraWhitespace ctermbg=NONE guibg=NONE
|
||||
|
||||
"vimpager settings
|
||||
if exists('g:vimpager.enabled')
|
||||
set nonumber
|
||||
endif
|
||||
"}}}
|
||||
|
|
Loading…
Reference in a new issue