5

I just downloaded and installed vim-addon-manager using sudo apt-get install. I'm not sure what to do next, I entered vim-addon-manager at the bash prompt (Ubuntu 14.04). Here is the output:

~$ vim-addon-manager
# Name                     User Status  System Status 
align                       removed       removed       
alternate                   removed       removed       
bufexplorer                 removed       removed       
calendar                    removed       removed       
closetag                    removed       removed       
colors-sampler-pack         removed       removed       
cvsmenu                     removed       removed       
debPlugin                   removed       removed       
detectindent                removed       removed       
doxygen-toolkit             removed       removed       
editexisting                removed       removed       
enhanced-commentify         removed       removed       
gnupg                       removed       removed       
info                        removed       removed       
justify                     removed       removed       
lbdbq                       removed       removed       
matchit                     removed       removed       
minibufexplorer             removed       removed       
nerd-commenter              removed       removed       
omnicppcomplete             removed       removed       
po                          removed       removed       
project                     removed       removed       
python-indent               removed       removed       
secure-modelines            removed       removed       
snippetsEmu                 removed       removed       
sokoban                     removed       removed       
supertab                    removed       removed       
surround                    removed       removed       
taglist                     removed       removed       
tetris                      removed       removed       
utl                         removed       removed       
vcscommand                  removed       removed       
vimplate                    removed       removed       
whatdomain                  removed       removed       
winmanager                  removed       removed       
xmledit                     removed       removed  
~$

I don't think these are the results that I want.

This started because I was trying to install something called nibble, and it doesn't look like this is it. Actually at this point I would settle for anything fun. Being unfamiliar with vi/vim's plugin system. I have looked at the man pages but I'm still at a loss where to begin.

I could really use the steps spelled out for me. Thanks!

gracious1
  • 283
  • 4
  • 13
  • 1
    Did you look at the man page or the --help output? – jamessan Apr 07 '16 at 14:26
  • Yes. Still not sure where to start. Also modified the question somewhat. – gracious1 Apr 07 '16 at 14:29
  • 1
    This nibble? http://vi.stackexchange.com/a/7123/205 – muru Apr 07 '16 at 15:27
  • 1
  • Why did you install that thing? 2. How is that linked in any way with that silly plugin? 3. Why did you install it without reading up on it? 4. Vi doesn't have a plugin system. 5. What is your ultimate goal?
  • – romainl Apr 07 '16 at 15:39
  • 2
    I've never used this package, but if you're new to Vim I would recommend that you read this question about (good) plugin managers. Most of them are linked to their github repo containing a simple installation procedure. For example with Vim-plug you just have to do a curl, add two lines to your .vimrc and you're ready to have fun with plugins :-) – statox Apr 07 '16 at 15:42
  • It does seem rather amusing that getting this thing working appears to be more work than just installing the various components of whatever plugin you're after manually. Why not take a few moments to see what plugin tools are recommended by the people who wrote the plugins you want to use? –  Apr 08 '16 at 08:14
  • Debian's vim-addon-manager is for enabling/disabling addons that are installed through the package manager (apt, aptitude, etc.). You want a different tool if you're trying to install a non-packaged addon. – jamessan Apr 08 '16 at 12:52