Skip to content

symbyte/dotvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initial Installation:
    cd ~/.vim/bundle (c:\user\<yourUserName>\vimfiles\bundle  --for windows) 
    git clone git://github.com/symbiotez/dotvim.git 

Create symlinks:
    *nix:

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

    windows:
    mklink .\_vimrc .\vimfiles\_vimrc
    mklink .\_gvimrc .\vimfiles\_gvimrc

Switch to the `~/.vim` directory, and fetch submodules:

    cd ~/.vim      (c:\user\<yourUserName>\vimfiles  --for windows) 
    git submodule init
    git submodule update

About

vim config and plugins

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published