Skip to content

Commit

Permalink
Merge pull request #75 from arcticicestudio/feature/gh-71-nerd-commenter
Browse files Browse the repository at this point in the history
Add and configure "NERD Commenter" plugin
  • Loading branch information
arcticicestudio authored Nov 18, 2017
2 parents 6c82371 + 0759d9a commit 4ab5c4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions snowblocks/vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ call plug#begin(expand('~/.vim/plugged'))
"+--- IDE / Workflow ---+
Plug 'mattn/emmet-vim'
Plug 'davidhalter/jedi-vim'
Plug 'scrooloose/nerdcommenter'
Plug 'Townk/vim-autoclose'
Plug 'tpope/vim-fugitive'
Plug 'shime/vim-livedown'
Expand Down Expand Up @@ -103,6 +104,10 @@ function! LightlineFilename()
\ ('' != LightlineModified() ? ' ' . LightlineModified() : '')
endfunction

"+--- scrooloose/nerdcommenter ---+
" Add spaces after comment delimiters
let g:NERDSpaceDelims = 1

"+--- airblade/vim-gitgutter ---+
let g:gitgutter_realtime = 1
let g:gitgutter_eager = 1
Expand Down

0 comments on commit 4ab5c4b

Please sign in to comment.