1
0
mirror of https://github.com/akelge/vim synced 2025-07-12 01:22:10 +00:00

Git support

This commit is contained in:
Andrea Mistrali
2021-06-29 12:35:19 +02:00
parent c592d73e49
commit dd5d90932b
6 changed files with 29 additions and 0 deletions

11
vimrc
View File

@ -129,6 +129,17 @@ let NERDCreateDefaultMappings=1
" """""""""""""""""
let g:templates_directory=[$HOME.'/.vim/templates', 'templates']
"""""""""""""""
" Terminal
"""""""""""""""
set termwinsize=10*0
nnoremap <silent> <Leader>tt :below terminal<CR>
"""""""""""""""
" GIT
"""""""""""""""
nnoremap <silent> <Leader>gg :GitGutterLineHighlightsToggle<CR>
" """""""""""""""""
" Airline customizations
" """""""""""""""""