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,042 times
4
Kevin Bowen
- 20,125
- 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,924
vim-addonson my system.sudo vim-addons -w install detectindentinstalled it to /var/lib/vim/addons (-wfor system-wide install, otherwise it ends up in the current user's home directory). Thanks! – slosd Nov 13 '12 at 19:24