No description
Find a file
2018-08-13 10:06:12 +00: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 Update clone url in README.md 2018-08-13 10:06:12 +00:00
vimrc upgrade waiting for long time 2016-04-25 15:30:24 +02: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://gitlab.esy.fun/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.