diff --git a/dotfiles/.vimrc b/dotfiles/.vimrc index 289e91ea..5b292981 100644 --- a/dotfiles/.vimrc +++ b/dotfiles/.vimrc @@ -190,3 +190,8 @@ nnoremap jf :%! jq " 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