Kevin Heinicke hace 10 años
padre
commit
17dc55cf2c
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .vimrc

+ 4 - 0
.vimrc

@@ -104,6 +104,10 @@ let g:ycm_global_ycm_extra_conf = '~/.vim/ycm.py'
 " hide some fileextenxions
 let NERDTreeIgnore = ['\.pyc$']
 
+" vim-fugitive
+" gdiff vertical instead of horizontal
+set diffopt+=vertical
+
 " Airline stuff
 set laststatus=2
 let g:airline_powerline_fonts = 1