Skip to content
This repository was archived by the owner on May 24, 2018. It is now read-only.

ferodss/vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VIM as IDE

Options and plugin collections from my VIM as IDE

Clone this repository in your .vim directory and update Vundle submodule

cd $HOME/.vim
git clone https://github.com/ferodss/vim.git .
git submodule init
git submodule update

Install bundles

Launch vim and run :BundleInstall

To install from command line: vim +BundleInstall +qall

Create a symbolic link from ~/.vim/.vimrc to ~/.vimrc

ln -s ~/.vim/.vimrc ~/.vimrc

About

Options and plugin collections to use VIM as IDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published