summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vim/neobundle.toml3
-rw-r--r--vim/vimrc4
2 files changed, 7 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'
diff --git a/vim/vimrc b/vim/vimrc
index 9eea73a..0d0217d 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -79,6 +79,10 @@ if neobundle#tap('vim-racer')
let $RUST_SRC_PATH= $XDG_DATA_HOME . '/rustc_src_latest/src/'
endfunction
endif
+if neobundle#tap('vim-addon-local-vimrc')
+ let g:local_vimrc = {'names':['.lvimrc'],'hash_fun':'LVRHashOfFile'}
+ call neobundle#untap()
+endif
if neobundle#tap('base16-vim')
set bg=dark
let base16colorspace=256