Set diffsplit to vertical for fugitive

This commit is contained in:
Ian Keane 2020-06-25 15:40:56 -04:00
parent b84948864a
commit 5e0b00ae1c

View file

@ -306,6 +306,8 @@
nmap ghn <Plug>(GitGutterNextHunk) nmap ghn <Plug>(GitGutterNextHunk)
nmap ghp <Plug>(GitGutterPrevHunk) nmap ghp <Plug>(GitGutterPrevHunk)
nmap ghf <Plug>(GitGutterFold) nmap ghf <Plug>(GitGutterFold)
" Controls fugitive diff split direction
set diffopt=vertical
"}}} "}}}
" plugin modification {{{ " plugin modification {{{