summaryrefslogtreecommitdiffstats
path: root/vim/neobundle.toml
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2016-02-13 16:11:55 +0100
committeryushyin <yushyin@saga>2016-02-13 16:11:55 +0100
commit735933f28ca2b2c08a498fd7e8421222538010b8 (patch)
treea48b4a5bfbf5fc8279e974943c93600d13ea0c14 /vim/neobundle.toml
parent0ceac89e28257375bd7c1238aab856acb6e7be84 (diff)
downloaddotfiles-735933f28ca2b2c08a498fd7e8421222538010b8.tar.gz
dotfiles-735933f28ca2b2c08a498fd7e8421222538010b8.tar.xz
Vim: Add vim-racer plugin
Diffstat (limited to 'vim/neobundle.toml')
-rw-r--r--vim/neobundle.toml4
1 files changed, 4 insertions, 0 deletions
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'