Browse Source

Added vim-gitgutter plugin.

master
Daniel Sissom 5 years ago
parent
commit
10b931a9ae
Signed by untrusted user who does not match committer: djsissom GPG Key ID: 2C30FFB796852389
1 changed files with 2 additions and 0 deletions
  1. + 2
    - 0
      vim/vimrc

+ 2
- 0
vim/vimrc

@ -71,6 +71,7 @@ set scrolloff=5 " Add visible lines beyond cursor at top or bottom of wi
set linebreak " Soft wrap whole words together
set breakindent " Indent linebreaks to match
set showbreak=\ \ \ ⇲ " Visual linebreak indicator
set updatetime=100 " Make some plugins snappier
" Turn off search highlighting with Enter
nnoremap <silent> <CR> :nohlsearch<CR><CR>
@ -146,6 +147,7 @@ Plug 'ycm-core/YouCompleteMe', { 'do': function('BuildYCM'), 'on': [] }
Plug 'lervag/vimtex'
Plug 'dense-analysis/ale'
Plug 'godlygeek/tabular'
Plug 'airblade/vim-gitgutter'
Plug 'tpope/vim-surround'
Plug 'tpope/vim-unimpaired'
Plug 'tpope/vim-speeddating'

Loading…
Cancel
Save