vimrc/README.md
Yann Esposito (Yogsototh) 71780e04a2 initial commit
2013-05-30 12:06:12 +02:00

15 lines
345 B
Markdown

This is my vim configuration. I cleaned it up most of the stuff.
The `vimrc` file should be easy to understand and contains almost everything.
# Install
git clone https://github.com/yogsototh/vimrc.git .vim
ln -s .vim/vimrc .vimrc
vim +BundleInstall +qall
for Haskell
cabal install ghc-mod
And you're done.