mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-05 08:58:44 +00:00
Add GitGutter & set it up
This commit is contained in:
@@ -211,6 +211,7 @@ Plugin 'tpope/vim-sensible'
|
||||
Plugin 'tpope/vim-surround'
|
||||
Plugin 'xolox/vim-notes'
|
||||
Plugin 'xolox/vim-misc'
|
||||
Plugin 'airblade/vim-gitgutter'
|
||||
|
||||
" Language Specific
|
||||
Plugin 'vim-ruby/vim-ruby'
|
||||
@@ -245,3 +246,6 @@ let g:multi_cursor_quit_key='<Esc>'
|
||||
" Tabular
|
||||
map <Leader>a= :Tabularize /=<CR>
|
||||
map <Leader>a: :Tabularize /:\zs<CR>
|
||||
|
||||
" GitGutter
|
||||
let g:gitgutter_sign_column_always = 1
|
||||
|
||||
Reference in New Issue
Block a user