diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 0532012..96a8537 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -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()