Skip to content

Commit

Permalink
add whitespace plugin for vim
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusvellone committed May 17, 2018
1 parent cb73c59 commit 4073350
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Plug 'junegunn/fzf', { 'dir': '~/.fzf', 'do': './install --all' }
Plug 'junegunn/fzf.vim'
Plug 'terryma/vim-multiple-cursors'
Plug 'sheerun/vim-polyglot'
Plug 'ntpeters/vim-better-whitespace'

call plug#end()

Expand Down Expand Up @@ -112,3 +113,6 @@ let g:deoplete#enable_at_startup = 1

" fzf
tnoremap <Esc> <C-\><C-n>:q<CR>
" better whitespace
let g:better_whitespace_enabled=1

0 comments on commit 4073350

Please sign in to comment.