Skip to content

nvenky/janus-vundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Janus Vundle

This vim config repo uses all the plugins mentioned in Janus but uses Vundle VIM plugin to install bundles/plugins instead of relying on Submodules.

##Setting up your VIM

  1. Install MacVIM by running

    brew install macvim
    
  2. Install Vundle to manage the VIM plugins that makes it awesome

    git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    
  3. Copy the .vimrc and .vimrc-after to your home directory.

  4. Open mvim and run command

    :PluginInstall
    

##NOTE

All the plugins to be installed are listed in .vimrc file. I have customized the mapLeader key to , (comma) but you can edit it in .vimrc-after file.

About

VIM Janus Vundle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published