aboutsummaryrefslogtreecommitdiff
path: root/.vim/after/ftplugin
diff options
context:
space:
mode:
authorGuangxiong Lin <[email protected]>2023-10-20 00:25:03 +0800
committerGuangxiong Lin <[email protected]>2023-10-20 00:25:03 +0800
commit80380aace77521bea4892028b419729b8fe9555c (patch)
treee803185d2ea71255e4fbb6b252b6f67dd78d5e84 /.vim/after/ftplugin
parent2f9659a5b2d313c76ae9b36fa1c53e6585436edb (diff)
downloaddotfiles-80380aace77521bea4892028b419729b8fe9555c.tar.gz
dotfiles-80380aace77521bea4892028b419729b8fe9555c.tar.bz2
dotfiles-80380aace77521bea4892028b419729b8fe9555c.zip
Update vim config
Diffstat (limited to '.vim/after/ftplugin')
-rw-r--r--.vim/after/ftplugin/ruby.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/.vim/after/ftplugin/ruby.vim b/.vim/after/ftplugin/ruby.vim
index c9f7e91..e867f90 100644
--- a/.vim/after/ftplugin/ruby.vim
+++ b/.vim/after/ftplugin/ruby.vim
@@ -1,2 +1,3 @@
-set shiftwidth=2
-set softtabstop=2
+setlocal shiftwidth=2
+setlocal softtabstop=2
+setlocal foldmethod=indent