summaryrefslogtreecommitdiff
path: root/.vim/bundles.vim
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2014-10-31 13:24:57 +0100
committerRené 'Necoro' Neumann <necoro@necoro.net>2014-10-31 13:24:58 +0100
commit053de2b98f1c8bac6482125335ea6fc17dbc99c5 (patch)
tree62ec6f3ac5b0b66a93fc0a5926416db935c6eacf /.vim/bundles.vim
parent4544a18619bc78bdd9a18425126ead9fcfe03e29 (diff)
downloaddotfiles-053de2b98f1c8bac6482125335ea6fc17dbc99c5.tar.gz
dotfiles-053de2b98f1c8bac6482125335ea6fc17dbc99c5.tar.bz2
dotfiles-053de2b98f1c8bac6482125335ea6fc17dbc99c5.zip
[vim] Haskell
Diffstat (limited to '.vim/bundles.vim')
-rw-r--r--.vim/bundles.vim6
1 files changed, 6 insertions, 0 deletions
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!