many updates, added hardmode
This commit is contained in:
parent
99fb25e145
commit
1f41fc3018
8 changed files with 237 additions and 80 deletions
19
lua/plugins/rustaceanvim.lua
Normal file
19
lua/plugins/rustaceanvim.lua
Normal file
|
@ -0,0 +1,19 @@
|
|||
vim.g.rustaceanvim = {
|
||||
tools = {
|
||||
enable_clippy = true,
|
||||
enable_nextest = true,
|
||||
reload_workspace_from_cargo_toml = true,
|
||||
},
|
||||
server = {
|
||||
-- cmd = { "nix", "run", "nixpkgs#rust-analyzer" },
|
||||
},
|
||||
}
|
||||
|
||||
return {
|
||||
"mrcjkb/rustaceanvim",
|
||||
version = "^5",
|
||||
lazy = false, -- already lazy
|
||||
ft = { "rust" },
|
||||
keys = {},
|
||||
command = "RustLsp",
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue