summaryrefslogtreecommitdiffstats
path: root/vim/dein.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vim/dein.toml')
-rw-r--r--vim/dein.toml29
1 files changed, 8 insertions, 21 deletions
diff --git a/vim/dein.toml b/vim/dein.toml
index 6ddebb3..54e7fe1 100644
--- a/vim/dein.toml
+++ b/vim/dein.toml
@@ -26,29 +26,12 @@ lazy = 1
on_ft = ['c', 'cpp']
[[plugins]]
-repo = 'Rip-Rip/clang_complete.git'
-lazy = 1
-on_ft = ['c', 'cpp']
-
-[[plugins]]
repo = 'Twinside/vim-hoogle'
lazy = 1
external_commands = 'hoogle'
on_ft = ['haskell', 'lhaskell', 'chaskell']
[[plugins]]
-repo = 'eagletmt/ghcmod-vim'
-lazy = 1
-external_commands = 'ghc-mod'
-on_ft = ['haskell', 'lhaskell', 'chaskell']
-
-[[plugins]]
-repo = 'eagletmt/neco-ghc'
-lazy = 1
-external_commands = 'ghc-mod'
-on_ft = ['haskell', 'lhaskell', 'chaskell']
-
-[[plugins]]
repo = 'ujihisa/unite-haskellimport'
lazy = 1
external_commands = 'hoogle'
@@ -59,10 +42,6 @@ lazy = 1
on_ft = 'rust'
[[plugins]]
-repo = 'racer-rust/vim-racer'
-on_ft = 'rust'
-
-[[plugins]]
repo = 'MarcWeber/vim-addon-local-vimrc'
[[plugins]]
@@ -116,3 +95,11 @@ repo = 'kana/vim-textobj-indent'
lazy = 1
on_map = { xo = '<Plug>' }
depends = ['vim-textobj-user']
+
+[[plugins]]
+repo = 'prabirshrestha/async.vim'
+
+[[plugins]]
+repo = 'prabirshrestha/vim-lsp'
+lazy = 0
+depends = ['async.vim']