What is the correct way to include the plugins that are part of the vim-scripts package? Nothing from the vim-scripts folder seems to be included automatically.
Plugins in /usr/share/vim/vim73 are available, plugins in /usr/share/vim-scripts are not.
Asked
Active
Viewed 3,012 times
4
Kevin Bowen
- 20,055
- 57
- 82
- 84
slosd
- 275
1 Answers
4
When you install vim-scripts, vim-addon-manager gets installed as a dependency. You can use vam to enable plugins.
Dennis Kaarsemaker
- 6,904