From: Philippe Huerlimann Date: Fri, 12 Oct 2012 18:57:59 +0000 (+0200) Subject: add haskell stuff X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=1a65b42acab96c900980190e605a54535b655125;p=vimfiles.git add haskell stuff --- diff --git a/ftplugin/haskell.vim b/ftplugin/haskell.vim new file mode 100644 index 0000000..51e75fb --- /dev/null +++ b/ftplugin/haskell.vim @@ -0,0 +1 @@ +setlocal omnifunc=necoghc#omnifunc diff --git a/vimrc b/vimrc index 0e25294..47e49d0 100644 --- a/vimrc +++ b/vimrc @@ -17,6 +17,7 @@ Bundle 'gmarik/vundle' Bundle 'altercation/vim-colors-solarized' Bundle 'ap/vim-css-color' Bundle 'avakhov/vim-yaml' +Bundle 'eagletmt/ghcmod-vim' Bundle 'fmoralesc/vim-pad' Bundle 'fs111/pydoc.vim' Bundle 'kien/ctrlp.vim' @@ -32,6 +33,7 @@ Bundle 'othree/html5.vim' Bundle 'Raimondi/delimitMate' Bundle 'Rip-Rip/clang_complete' Bundle 'scrooloose/nerdcommenter' +Bundle 'Shougo/vimproc' Bundle 'sjl/gundo.vim' Bundle 'thinca/vim-localrc' Bundle 'tpope/vim-fugitive' @@ -39,6 +41,7 @@ Bundle 'tpope/vim-repeat' Bundle 'tpope/vim-surround.git' Bundle 'matchit.zip' Bundle 'slimv.vim' +Bundle "ujihisa/neco-ghc" " set leader let mapleader = ","