add rust support

This commit is contained in:
2024-03-17 10:12:06 +00:00
parent c73d428f3a
commit eaca9e79ed
4 changed files with 40 additions and 2 deletions

View File

@ -21,6 +21,9 @@ M.treesitter = {
"gomod",
"gowork",
"gosum",
-- rust
"rust",
},
}
@ -42,6 +45,11 @@ M.mason = {
-- nix
"nil",
-- rust
"rust-analyzer",
"rustfmt",
"codelldb",
},
}