neovim: completed an unfinished comment in init.vim

This commit is contained in:
Gregor Bückendorf 2019-03-26 10:56:05 +01:00
parent 373652f6b9
commit 5d32143142

View file

@ -1,7 +1,8 @@
call plug#begin()
" Display if updates for plugins are available
Plug 'semanser/vim-outdated-plugins'
" Show trailing whitespaces (this could also easaly be achieved by settings
" Show trailing whitespaces (this could also easily be achieved by settings,
" but the plugin is very neat)
Plug 'ntpeters/vim-better-whitespace'
call plug#end()