Giter Club home page Giter Club logo

vim-addon-manager's Introduction

ATTENTION:
There is another project which has the same name:
http://packages.debian.org/sid/vim-addon-manager
The author (Jamessan) is fine with this project sharing the same name.

VIM ADDON MANAGER (VAM)
=======================
1) installation, configuration:
   http://github.com/MarcWeber/vim-addon-manager/blob/master/doc/vim-addon-manager-getting-started.txt)

The following text is a common github README file so that github visitors
immediately see what VAM is about:

VAM installs and updates additional scripts augmenting the feature list of the
text editor Vim.
It also handles plugin dependencies and puts each script distribution into its
own directory resulting in a painless installation management.

Supported PLUGIN SOURCES: git, mercurial, svn, bzr, www.vim.org, ...

Being 100% pure VimL (depending on some additional tools such as curl) it should
run everywhere. [1]

Feature list:

- declarative script management (example lines that should go to your .vimrc):

   set runtimepath+=/path/to/vam
   call vam#ActivateAddons(["snipmate","vimdevplugin", .... ])


- optional manual runtime activation of scripts:

  :ActivateAddons plugin-name


- update feature:

  :UpdateAddons [optional name list]

  This even tries to keep your local modification to archive based
  installations ! [2]


- a function which configures plugin sources:

  1) www.vim.org (the plugin list is updated daily by a cron job)

  2) some scripts have been added manually. Some of them are development
     versions which are also contained in 1)

  Contact me and I will add additional sources.


- community driven: several maintainers & contributors providing feedback and
  fixing bugs. Thanks to you all! (list provided in the documentation)


Continue reading the documentation: 
  doc/vim-addon-manager-getting-started.txt
  doc/vim-addon-manager-additional-documentation.txt

I could quote several people who told me how "awesome" this small tool is.
But I prefer letting you explore it yourself.

[1] most testing has been done on Unix environments
[2] diff tools (diff and patch) required

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.