summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2016-07-09 17:48:20 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2016-07-09 17:48:20 +0200
commitcdb7fe4cd2703293186a0628aea1c2646608e71a (patch)
tree76155a901c775cfca800144f606826d896dc6013
parentf9b44f4739ec71074dec385af8523fb6367abc5e (diff)
downloaddotfiles-cdb7fe4cd2703293186a0628aea1c2646608e71a.tar.gz
dotfiles-cdb7fe4cd2703293186a0628aea1c2646608e71a.tar.bz2
dotfiles-cdb7fe4cd2703293186a0628aea1c2646608e71a.zip
[vim] Remove unused plugins
-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'