Skip to content

Instantly share code, notes, and snippets.

@tomas-stefano
Created October 6, 2010 19:15
Show Gist options
  • Save tomas-stefano/613900 to your computer and use it in GitHub Desktop.
Save tomas-stefano/613900 to your computer and use it in GitHub Desktop.
Vim #ftw but manage vim plugins is not a task that I like.
Let's change that:
A Fake bash commands:
$ vim-apt list
$ vim-apt update # Update and see new versions of that package (like apt-get update)
$ vim-apt install command_t
$ vim-apt upgrade
$ vim-apt remove command_t
Yeah =]
@bbcoimbra
Copy link

I think you should look this repo http://github.com/qmx/vimdir

It isn't a program to manage vim plugins, but it is awesome

@tomas-stefano
Copy link
Author

Vimdir is cool.
Nelson and I, created this repo http://github.com/nelsonmhjr/vim-apt
Vim-apt is a simple program to manage vim plugins.
I thing is useful(I'll use =] ).

Cheers =D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment