diff options
-rw-r--r-- | vim/neobundle.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/neobundle.toml b/vim/neobundle.toml index f91ba55..0068f45 100644 --- a/vim/neobundle.toml +++ b/vim/neobundle.toml @@ -150,6 +150,11 @@ lazy = 1 filetypes = ['haskell', 'lhaskell', 'chaskell'] [[plugins]] +repository = 'ujihisa/unite-haskellimport' +lazy = 1 +external_commands = 'hoogle' + +[[plugins]] repository = 'rust-lang/rust.vim' lazy = 1 [plugins.autoload] |