Add settings for Rust development

This commit is contained in:
2021-11-05 16:47:07 +03:00
parent 75591e6657
commit 457fc03080
3 changed files with 8 additions and 2 deletions

View File

@@ -21,3 +21,5 @@ let g:closetag_regions = {
\ }
let g:ctrlp_custom_ignore = '\v[\/](\.git|node_modules|dist|build)$'
let g:rustfmt_autosave = 1