Add help tags generation to vimrc

This commit is contained in:
Edward Litherland-Smith 2021-02-04 08:46:53 +00:00
parent eb638bf4d8
commit aa00def90c

7
vimrc
View file

@ -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