diff --git a/vimrc b/vimrc index 0985f626..1d90df77 100644 --- a/vimrc +++ b/vimrc @@ -68,3 +68,10 @@ let g:lightline.active = { \ [ 'fileformat', 'fileencoding', 'filetype' ] ] \ } set noshowmode + +" Load all plugins now. +" Plugins need to be added to runtimepath before helptags can be generated. +packloadall +" Load all of the helptags now, after plugins have been loaded. +" All messages and errors will be ignored. +silent! helptags ALL