sdiehl / haskell-vim-proto

Basic starter config for Vim and Haskell

Home Page:http://www.stephendiehl.com/posts/vim_2016.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

haskell-vim-proto

Minimalist starter config for vim and Haskell.

For a more fully featured setup script see:

Setup

$ git clone --recursive https://github.com/sdiehl/haskell-vim-proto.git 
$ cd haskell-vim-proto
$ cp -n vimrc ~/.vimrc   # Will not clobber existing config
$ cp -rn vim ~/.vim

Installs the following submodules using pathogen.

  • ghcmod-vim
  • neco-ghc
  • vim-snipmate
  • syntastic
  • neocompletee.vim
  • ctrlp.vim
  • nerdtree
  • nerdcommenter
  • tabular
  • supertab
  • neocomplete

About

Basic starter config for Vim and Haskell

http://www.stephendiehl.com/posts/vim_2016.html


Languages

Language:Vim Script 100.0%