Git Product home page Git Product logo

startervim's Introduction

Startervim

Startervim is a collection of vim scripts, plugins and configurations that provides vim with sensible defaults and a sane plugin management system using pathogen.

The included bundles at the moment are:

* Vundle
* nerdtree
* nerdcommenter
* snipmate
* tabular
* syntastic
* delimitMate
* vim-fugitive 
* syntastic 

Installation

First you need to clone startervim and it's core dependencies:

$ git clone git://github.com/Frangossauro/startervim.git
$ git submodule update --init

Ok, we recommended you to make a backup ; that will be stored at ~/.vim-backup and install:

$ make backup
$ make install

And you're done! You now may wanna edit your ~/.vimrc, ~/.vimrc-keymaps and add your own bundles and tweaks to it.

Managing plugins/bundles

Startervim uses Vundle to manage it's bundles. You can safely install/ remove bundles without using any external helper and you can maintain your scripts always updated.

You have to be aware that Vundle doesn't fetch plugins listed on the www.vim-scripts.org page. If you need to install a plugin from vim-scripts page, you can use this github mirror.

How do i install new bundles?

Open your vimrc and add the following line

#       repo on github or vim-scripts mirror
Bundle 'tpope/vim-fugitive'

And now run :BundleInstall inside vim.

How do i remove a bundle ?

Open your vimrc and remove the specific bundle line. Run :BundleClean, and you're done :)

What about updating my bundles ?

Just run :UpdateBundles! inside vim.

Kudos

  • tpope for cleaning the mess with vim plugins (pathogen).
  • gmarik for providing a native plugin manager for vim.
  • bronsom to his incredible work on vim-scripts mirror.

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.