From 735933f28ca2b2c08a498fd7e8421222538010b8 Mon Sep 17 00:00:00 2001 From: yushyin Date: Sat, 13 Feb 2016 16:11:55 +0100 Subject: Vim: Add vim-racer plugin --- vim/neobundle.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vim/neobundle.toml') diff --git a/vim/neobundle.toml b/vim/neobundle.toml index e16af5f..e971783 100644 --- a/vim/neobundle.toml +++ b/vim/neobundle.toml @@ -119,3 +119,7 @@ external_commands = 'hoogle' repository = 'rust-lang/rust.vim' lazy = 1 on_ft = 'rust' + +[[plugins]] +repository = 'racer-rust/vim-racer' +on_ft = 'rust' -- cgit v1.2.3-24-g4f1b