From 49b33aeaede7e77b084696cbc286b69260845542 Mon Sep 17 00:00:00 2001 From: Guangxiong Lin Date: Fri, 17 Nov 2023 00:40:12 +0800 Subject: Update config on ruby and tags --- .vim/after/plugin/ruby.vim | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to '.vim/after/plugin/ruby.vim') diff --git a/.vim/after/plugin/ruby.vim b/.vim/after/plugin/ruby.vim index 5addcc4..1d1121c 100644 --- a/.vim/after/plugin/ruby.vim +++ b/.vim/after/plugin/ruby.vim @@ -1,5 +1,5 @@ -let g:rubycomplete_buffer_loading = 1 -let g:rubycomplete_classes_in_global = 1 -let g:rubycomplete_rails = 1 -let g:rubycomplete_load_gemfile = 1 -let g:rubycomplete_use_bundler = 1 +let g:rubycomplete_buffer_loading = 0 +let g:rubycomplete_classes_in_global = 0 +let g:rubycomplete_rails = 0 +let g:rubycomplete_load_gemfile = 0 +let g:rubycomplete_use_bundler = 0 -- cgit v1.2.3