Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 442 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 442 Bytes

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

for Haskell

    dnf install cabal-install
    cabal update
    cabal install ghc-mod

And you're done.