summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2015-09-05 02:40:06 +0200
committeryushyin <yushyin@saga>2015-09-05 02:40:06 +0200
commitce361c065076bd2740d68fa1f91b4706af3867bf (patch)
tree78df8ddf7c5886058b6f72ed10e6f78068ac42c8
parent209b277cd090ff3f92018f7d7de3091fc5b34440 (diff)
downloaddotfiles-ce361c065076bd2740d68fa1f91b4706af3867bf.tar.gz
dotfiles-ce361c065076bd2740d68fa1f91b4706af3867bf.tar.xz
Vim: Add unite-haskellimport
-rw-r--r--vim/neobundle.toml5
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]