aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/ruby.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-11-17 00:40:12 +0800
committerGuangxiong Lin <[email protected]>2023-11-17 00:40:12 +0800
commit49b33aeaede7e77b084696cbc286b69260845542 (patch)
treefc66aea0cca67281815ed9cce97c74a2e9810dec /.vim/after/plugin/ruby.vim
parent39c8b27c342442e585e0729982bdb82a95bc2e6c (diff)
downloaddotfiles-49b33aeaede7e77b084696cbc286b69260845542.tar.gz
dotfiles-49b33aeaede7e77b084696cbc286b69260845542.tar.bz2
dotfiles-49b33aeaede7e77b084696cbc286b69260845542.zip
Update config on ruby and tags
Diffstat (limited to '.vim/after/plugin/ruby.vim')
-rw-r--r--.vim/after/plugin/ruby.vim10
1 files changed, 5 insertions, 5 deletions
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