vim: Add vim-wordmotion

This commit is contained in:
Simon Bruder 2020-05-19 16:21:31 +02:00
parent 6ae528f649
commit 20e7aa26db
No known key found for this signature in database
GPG key ID: 6F03E0000CC5B62F

View file

@ -45,6 +45,9 @@ let g:airline_powerline_fonts = 1
let g:airline_solarized_bg='dark'
let g:airline_theme='solarized'
" Better word motion
Plug 'chaoren/vim-wordmotion'
" Trailing whitespace highlighting
Plug 'ntpeters/vim-better-whitespace'