aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/plugin/ruby.vim
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-10-18 23:53:12 +0800
committerGuangxiong Lin <[email protected]>2023-10-18 23:53:12 +0800
commit059def4897e06d73b1846996bd9dad47e7c5d290 (patch)
tree885c4919c34477532a4f09b8c7095e13ce912823 /.vim/after/plugin/ruby.vim
parent7d758a74c7b35bdd3c6e65839e1fad79c5eb6dab (diff)
downloaddotfiles-059def4897e06d73b1846996bd9dad47e7c5d290.tar.gz
dotfiles-059def4897e06d73b1846996bd9dad47e7c5d290.tar.bz2
dotfiles-059def4897e06d73b1846996bd9dad47e7c5d290.zip
Update vim ruby config
Diffstat (limited to '.vim/after/plugin/ruby.vim')
-rw-r--r--.vim/after/plugin/ruby.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vim/after/plugin/ruby.vim b/.vim/after/plugin/ruby.vim
new file mode 100644
index 0000000..5addcc4
--- /dev/null
+++ b/.vim/after/plugin/ruby.vim
@@ -0,0 +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