From ce361c065076bd2740d68fa1f91b4706af3867bf Mon Sep 17 00:00:00 2001 From: yushyin Date: Sat, 5 Sep 2015 02:40:06 +0200 Subject: Vim: Add unite-haskellimport --- vim/neobundle.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'vim/neobundle.toml') diff --git a/vim/neobundle.toml b/vim/neobundle.toml index f91ba55..0068f45 100644 --- a/vim/neobundle.toml +++ b/vim/neobundle.toml @@ -149,6 +149,11 @@ lazy = 1 [plugins.autoload] filetypes = ['haskell', 'lhaskell', 'chaskell'] +[[plugins]] +repository = 'ujihisa/unite-haskellimport' +lazy = 1 +external_commands = 'hoogle' + [[plugins]] repository = 'rust-lang/rust.vim' lazy = 1 -- cgit v1.2.3-24-g4f1b