Commit 7b9ebd8

mo khan <mo@mokhan.ca>
2025-05-29 04:06:53
chore: add rust options
1 parent 2afc032
Changed files (1)
vimrc
@@ -236,7 +236,9 @@ let g:ruby_indent_block_style = 'do'
 let g:ruby_not_expensive = 1
 let g:ruby_operators = 1
 let g:ruby_space_errors = 1
+let g:rust_recommended_style = 0
 let g:rustfmt_autosave = 1
+let g:rustfmt_options = '--style-edition 2024'
 let g:snipMate = { 'snippet_version' : 1 }
 let g:syntastic_always_populate_loc_list = 0
 let g:syntastic_auto_loc_list = 0