No description
Find a file
2014-11-05 10:21:58 +01:00
autoload better markdown 2014-10-24 00:27:41 +02:00
spell added spell file didn't downloaded automatically 2014-11-05 10:21:58 +01:00
.editorconfig js beautifier 2014-05-23 15:35:56 +02:00
.gitignore added spell file didn't downloaded automatically 2014-11-05 10:21:58 +01:00
.yvim more protective script 2014-07-06 17:52:46 +02:00
README.md better haskell handling 2014-11-01 17:22:24 +01:00
vimrc Merge branch 'master' of github.com:yogsototh/vimrc 2014-11-04 11:22:20 +01:00

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 +PlugInstall +qall
    cd ~/.vim/plugged/vimproc.vim && make

for Haskell

    cabal install ghc-mod

And you're done.