Set tags for vim-fugitive
This commit is contained in:
parent
e38b069478
commit
0d9416f19c
1 changed files with 3 additions and 0 deletions
3
vimrc
3
vimrc
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue