Add folding for rust and ruby

This commit is contained in:
2021-08-11 11:15:24 -05:00
parent f360b0af31
commit 3e9a9704a2
3 changed files with 13 additions and 0 deletions

1
nvim/ruby.vimrc Normal file
View File

@ -0,0 +1 @@
let g:ruby_fold = 1

1
nvim/rust.vimrc Normal file
View File

@ -0,0 +1 @@
let g:rust_fold = 1