summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.vim/bundles.vim12
1 files changed, 0 insertions, 12 deletions
diff --git a/.vim/bundles.vim b/.vim/bundles.vim
index 1e9a06d..850ece4 100644
--- a/.vim/bundles.vim
+++ b/.vim/bundles.vim
@@ -40,12 +40,6 @@ Plugin 'a.vim'
" toggle words
Plugin 'toggle_words.vim'
-" syntaxes
-Plugin 'lighttpd-syntax'
-
-" show TODO and XXX
-Plugin 'TaskList.vim'
-
" syntactic checkers
Plugin 'Syntastic'
@@ -68,12 +62,6 @@ 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'
-
" YCM
Plugin 'Valloric/YouCompleteMe'