🐛 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:
parent
ce9fd7b09d
commit
7d1f959f67
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Reference in a new issue