]> Untitled Git - vimfiles.git/commitdiff
add haskell stuff
authorPhilippe Huerlimann <phihue@gmail.com>
Fri, 12 Oct 2012 18:57:59 +0000 (20:57 +0200)
committerPhilippe Huerlimann <phihue@gmail.com>
Fri, 12 Oct 2012 18:57:59 +0000 (20:57 +0200)
ftplugin/haskell.vim [new file with mode: 0644]
vimrc

diff --git a/ftplugin/haskell.vim b/ftplugin/haskell.vim
new file mode 100644 (file)
index 0000000..51e75fb
--- /dev/null
@@ -0,0 +1 @@
+setlocal omnifunc=necoghc#omnifunc
diff --git a/vimrc b/vimrc
index 0e25294b4cbf5074cb17937a902ca072f659f90c..47e49d0bacb99ddb9d2986ab34c0dbf3ec3ef8aa 100644 (file)
--- 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 <Leader>
 let mapleader = ","