Skip to content

CraigGiles/dotvim

Repository files navigation

VIM Setup

Clone repository into ~/.vim

    HTTP: git clone https://github.com/CraigGiles/dotvim.git ~/.vim
    SSH: git clone git@github.com:CraigGiles/dotvim.git ~/.vim 

Link your vimrc and gvimrc to included vimrc files:

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

Initialize the plugins:

    :PlugInstall

Releases

No releases published

Packages

No packages published