neovim: completed an unfinished comment in init.vim
This commit is contained in:
parent
373652f6b9
commit
5d32143142
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
||||||
call plug#begin()
|
call plug#begin()
|
||||||
" Display if updates for plugins are available
|
" Display if updates for plugins are available
|
||||||
Plug 'semanser/vim-outdated-plugins'
|
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'
|
Plug 'ntpeters/vim-better-whitespace'
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue