mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Fixed a typo that was making everything open vertically rather than just help
This commit is contained in:
parent
fd972182a0
commit
575643d6f9
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@
|
||||||
autocmd FileType gitcommit,notes,mail,notmuch,text setlocal spell
|
autocmd FileType gitcommit,notes,mail,notmuch,text setlocal spell
|
||||||
autocmd FileType notes,mail,notmuch,mkd,text setlocal nonumber
|
autocmd FileType notes,mail,notmuch,mkd,text setlocal nonumber
|
||||||
autocmd FileType mail,notmuch,text setlocal wrap
|
autocmd FileType mail,notmuch,text setlocal wrap
|
||||||
autocmd FileType help,* wincmd L "help windows always open vertically
|
autocmd FileType help* wincmd L "help windows always open vertically
|
||||||
|
|
||||||
"disable folding by default in vimdiff
|
"disable folding by default in vimdiff
|
||||||
if &diff
|
if &diff
|
||||||
|
|
Loading…
Reference in a new issue