Add help tags generation to vimrc
This commit is contained in:
parent
eb638bf4d8
commit
aa00def90c
7
vimrc
7
vimrc
|
@ -68,3 +68,10 @@ let g:lightline.active = {
|
||||||
\ [ 'fileformat', 'fileencoding', 'filetype' ] ]
|
\ [ 'fileformat', 'fileencoding', 'filetype' ] ]
|
||||||
\ }
|
\ }
|
||||||
set noshowmode
|
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
|
||||||
|
|
Loading…
Reference in a new issue