diff options
| author | mo khan <mo@mokhan.ca> | 2025-05-10 15:24:32 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-05-10 15:24:32 -0600 |
| commit | 5683418b3d740d4791a0e0fdd433d2b0e3d6d28c (patch) | |
| tree | a6d8e6a99a513dd773a2c002f9b235a0a6985df2 | |
| parent | 5b7a067cb6ee74f7c4b356becaef7c184e378427 (diff) | |
chore: add rust plugin
| -rw-r--r-- | .gitmodules | 3 | ||||
| m--------- | pack/plugins/start/rust.vim | 0 | ||||
| -rw-r--r-- | vimrc | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f7034f0..26e3726 100644 --- a/.gitmodules +++ b/.gitmodules @@ -57,6 +57,9 @@ [submodule "pack/plugins/start/ruby"] path = pack/plugins/start/ruby url = https://github.com/vim-ruby/vim-ruby.git +[submodule "pack/plugins/start/rust.vim"] + path = pack/plugins/start/rust.vim + url = https://github.com/rust-lang/rust.vim [submodule "pack/plugins/start/scss"] path = pack/plugins/start/scss url = https://github.com/cakebaker/scss-syntax.vim.git diff --git a/pack/plugins/start/rust.vim b/pack/plugins/start/rust.vim new file mode 160000 +Subproject 889b9a7515db477f4cb6808bef1769e53493c57 @@ -222,6 +222,7 @@ 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:rustfmt_autosave = 1 let g:snipMate = { 'snippet_version' : 1 } let g:syntastic_always_populate_loc_list = 0 let g:syntastic_auto_loc_list = 0 |
