From 0d9416f19c2c394f4483d4a7b6f0f43138af2ee8 Mon Sep 17 00:00:00 2001 From: Carles Jove i Buxeda Date: Sat, 21 Sep 2019 23:09:07 +0200 Subject: [PATCH] Set tags for vim-fugitive --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index b2a05a8..fc66370 100644 --- a/vimrc +++ b/vimrc @@ -145,6 +145,9 @@ nnoremap r :RunInInteractiveShell " Treat
  • and

    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