🐛 fix(nvim): use default settings table on rustaceanvim to allow overwriting options with a config file in the projects root dir

This commit is contained in:
Sergio Laín 2024-02-08 01:15:53 +01:00
parent ce9fd7b09d
commit 7d1f959f67
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -19,7 +19,7 @@ return {
["<leader>dr"] = { function() vim.cmd.RustLsp("debuggables") end, "Rust debuggables" },
}, { mode = "n", buffer = bufnr })
end,
settings = {
default_settings = {
-- rust-analyzer language server configuration
["rust-analyzer"] = {
cargo = {