summaryrefslogtreecommitdiffstats
path: root/vim/neobundle.toml
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2016-02-13 16:14:12 +0100
committeryushyin <yushyin@saga>2016-02-13 16:14:12 +0100
commit395c84da5126d0861151826389df358526a4f4a2 (patch)
treecee7f779487c843294b94e5893a2e0aee4fb5564 /vim/neobundle.toml
parent735933f28ca2b2c08a498fd7e8421222538010b8 (diff)
downloaddotfiles-395c84da5126d0861151826389df358526a4f4a2.tar.gz
dotfiles-395c84da5126d0861151826389df358526a4f4a2.tar.xz
Vim: Add vim-addon-local-vimrc plugin
Diffstat (limited to 'vim/neobundle.toml')
-rw-r--r--vim/neobundle.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/neobundle.toml b/vim/neobundle.toml
index e971783..b2cc772 100644
--- a/vim/neobundle.toml
+++ b/vim/neobundle.toml
@@ -123,3 +123,6 @@ on_ft = 'rust'
[[plugins]]
repository = 'racer-rust/vim-racer'
on_ft = 'rust'
+
+[[plugins]]
+repository = 'MarcWeber/vim-addon-local-vimrc'