migrate to v3
This commit is contained in:
parent
00f2624fec
commit
5a80e98be9
@ -1,6 +1,6 @@
|
||||
return {
|
||||
["simrat39/rust-tools.nvim"] = {
|
||||
after = {"mason-lspconfig.nvim"},
|
||||
after = { "mason-lspconfig.nvim" },
|
||||
config = function()
|
||||
require("rust-tools").setup({
|
||||
tools = {
|
||||
@ -8,7 +8,7 @@ return {
|
||||
auto = false
|
||||
}
|
||||
},
|
||||
server = astronvim.lsp.server_settings "rust_analyzer",
|
||||
server = astronvim.lsp.config "rust_analyzer",
|
||||
})
|
||||
end,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user