diff options
author | w0rp <devw0rp@gmail.com> | 2017-07-20 13:45:28 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-07-20 13:45:28 +0100 |
commit | 7d1fde292d1735c119791c96094d8b9ed374b3fc (patch) | |
tree | 1e11d0c2a158ad5ae71d9276cfe9a65c0b0a95ad | |
parent | a5f754a5e0271925cfcc3d5eb084863e7bf3a98c (diff) | |
download | ale-7d1fde292d1735c119791c96094d8b9ed374b3fc.zip |
Update the installation notes for the standard package management sysytem so helptag generation will actually work
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -195,6 +195,13 @@ tags automatically, if you don't have something similar already, so you can use the `:help` command to consult ALE's online documentation: ```vim +" Put these lines at the very end of your vimrc file. + +" 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 ``` |