From 053de2b98f1c8bac6482125335ea6fc17dbc99c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 31 Oct 2014 13:24:57 +0100 Subject: [vim] Haskell --- .vim/bundles.vim | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.vim/bundles.vim') diff --git a/.vim/bundles.vim b/.vim/bundles.vim index 5fcbbcf..4d11f3f 100644 --- a/.vim/bundles.vim +++ b/.vim/bundles.vim @@ -68,5 +68,11 @@ Plugin 'PotatoesMaster/i3-vim-syntax' " LiveScript support Plugin 'necoro/vim-ls' +" Haskell Stuff +Plugin 'Shougo/vimproc.vim' " Dependency +Plugin 'lukerandall/haskellmode-vim' +Plugin 'eagletmt/ghcmod-vim' +Plugin 'eagletmt/neco-ghc' + call vundle#end() filetype plugin indent on " required! -- cgit v1.2.3