Set tags for vim-fugitive

This commit is contained in:
Carles Jove i Buxeda 2019-09-21 23:09:07 +02:00 committed by Geoff Harcourt
parent e38b069478
commit 0d9416f19c

3
vimrc
View file

@ -145,6 +145,9 @@ nnoremap <Leader>r :RunInInteractiveShell<Space>
" Treat <li> and <p> tags like the block tags they are
let g:html_indent_tags = 'li\|p'
" Set tags for vim-fugitive
set tags^=.git/tags
" Open new split panes to right and bottom, which feels more natural
set splitbelow
set splitright