From 1a65b42acab96c900980190e605a54535b655125 Mon Sep 17 00:00:00 2001 From: Philippe Huerlimann Date: Fri, 12 Oct 2012 20:57:59 +0200 Subject: [PATCH] add haskell stuff --- ftplugin/haskell.vim | 1 + vimrc | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 ftplugin/haskell.vim 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 = "," -- 2.51.2