Skip to content

IPGlider/vimdis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

vimdis

An easy way to start using vim, pre-configured and with some useful plugins installed by default. Also you can install language support and tools effortlessly.

Why?

I wanted an easy way to share my vim configuration among different computers and colleagues.

Install

Follow this steps:

  1. git clone git://github.com/IPGlider/vimdis.git ~/.vim
  2. cd ~/.vim
  3. rake install
  4. Profit

Included plugins

Language tools

To install plugins and tools for a language just do:

  1. cd ~/.vim
  2. rake bundle:name

where name is the one you want to install.

Included bundles

Update

If you want to update vimdis and delfault plugins:

  1. cd ~/.vim
  2. rake update
  3. rake upgrade
  4. Install the bundles you want

More

  • <Leader> is mapped to ,
  • <Leader> + i indent code
  • <Leader> + s strip trailing whitespaces
  • <Leader> + t toggle tagbar
  • <Leader> + b toggle minibufexpl
  • <Leader> + n next buffer
  • <Leader> + p previous buffer

In ~/.vimrc.local you can put your own options.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published