Update the installation notes for the standard package management sysytem so helptag generation will actually work
This commit is contained in:
		
							parent
							
								
									a5f754a5e0
								
							
						
					
					
						commit
						7d1fde292d
					
				@ -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:
 | 
					the `:help` command to consult ALE's online documentation:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```vim
 | 
					```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
 | 
					silent! helptags ALL
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user