summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc6
1 files changed, 0 insertions, 6 deletions
diff --git a/.vimrc b/.vimrc
index 3fe47ee..01b9bb2 100644
--- a/.vimrc
+++ b/.vimrc
@@ -174,12 +174,6 @@ let NERDTreeShowHidden=1
map <Leader>nt :NERDTreeToggle<CR>
" }}}
-" {{{ localvimrc plugin
-" disable sandbox to allow autocmd
-let g:localvimrc_sandbox=0
-" don't ask before loading
-let g:localvimrc_ask=0
-" }}}
" {{{ vim-plug (https://github.com/junegunn/vim-plug)
call plug#begin('~/.vim/plugged')