diff options
author | yushyin <yushyin@saga> | 2015-09-05 02:40:06 +0200 |
---|---|---|
committer | yushyin <yushyin@saga> | 2015-09-05 02:40:06 +0200 |
commit | ce361c065076bd2740d68fa1f91b4706af3867bf (patch) | |
tree | 78df8ddf7c5886058b6f72ed10e6f78068ac42c8 /vim/neobundle.toml | |
parent | 209b277cd090ff3f92018f7d7de3091fc5b34440 (diff) | |
download | dotfiles-ce361c065076bd2740d68fa1f91b4706af3867bf.tar.gz dotfiles-ce361c065076bd2740d68fa1f91b4706af3867bf.tar.xz |
Vim: Add unite-haskellimport
Diffstat (limited to 'vim/neobundle.toml')
-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] |