vimrc/README.md

17 lines
393 B
Markdown
Raw Normal View History

2013-05-30 10:06:12 +00: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
2018-08-13 10:06:12 +00:00
git clone https://gitlab.esy.fun/yogsototh/vimrc.git .vim
2013-05-30 10:06:12 +00:00
ln -s .vim/vimrc .vimrc
2014-11-01 15:46:11 +00:00
vim +PlugInstall +qall
2014-11-01 16:22:24 +00:00
cd ~/.vim/plugged/vimproc.vim && make
2013-05-30 10:06:12 +00:00
for Haskell
cabal install ghc-mod
And you're done.