Skip to content

Commit

Permalink
feat: generate help files for plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
st3v3nhunt committed Jun 30, 2020
1 parent 974edc7 commit 5ffefdb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dotfiles/.vimrc
Expand Up @@ -190,3 +190,8 @@ nnoremap <Leader>jf :%! jq<cr>
" OmniSharp settings
let g:OmniSharp_server_path = '~/omnisharp.http-osx/omnisharp/OmniSharp.exe'

" Add all plugins to the runtimepath and then load all helptags, ignoring any
" errors as the command will continue to run
packloadall
silent! helptags ALL

0 comments on commit 5ffefdb

Please sign in to comment.