From 5ffefdb156b843b38a095bbbe9efe63990dbc022 Mon Sep 17 00:00:00 2001 From: Steven Hunt Date: Tue, 30 Jun 2020 23:50:25 +0100 Subject: [PATCH] feat: generate help files for plugins --- dotfiles/.vimrc | 5 +++++ 1 file changed, 5 insertions(+) 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