aboutsummaryrefslogtreecommitdiffhomepage
path: root/.config/vim/my/after/ftplugin/ruby.vim
blob: 0421a5a1459500fa55bd595df6c017048cf58176 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
scriptencoding utf-8


if exists('b:did_ftplugin_ruby_after')
    finish
endif



FtpluginSetLocal expandtab
FtpluginSetLocal shiftwidth=2
FtpluginSetLocal softtabstop=2

let g:ruby_space_errors = v:true



let b:did_ftplugin_ruby_after = 1