Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 482 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 482 Bytes

dotvim

vim as a golang and python IDE. read more from here

installation

git clone git://github.com/erangaeb/dotvim.git ~/.vim

symlinks

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

plugins

switch to the ~/.vim directory, and install plugins with git submodules

cd ~/.vim
git submodule init
git submodule update