mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 15:06:38 -05:00
no longer overriding all diffs to make them vertical (only vimdiff now),
and vimdiff displays more logically.
This commit is contained in:
parent
4f63cbc5e9
commit
24339a154b
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
|||
"set vimdiff settings
|
||||
setlocal diffopt=foldcolumn:0,filler
|
||||
autocmd VimEnter,FilterWritePre * if &diff|setlocal nofoldenable|endif
|
||||
autocmd VimEnter,FilterWritePre * if &diff|wincmd L|endif
|
||||
autocmd VimEnter * if &diff|wincmd H|endif
|
||||
|
||||
"enable omnicompletion for any filetype without that has syntax highlighting
|
||||
if has("autocmd") && exists("+omnifunc")
|
||||
|
|
Loading…
Reference in a new issue