mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
PR comment for lsp settings
This commit is contained in:
parent
fdf593f6c0
commit
2bfa9f590c
1 changed files with 2 additions and 2 deletions
|
|
@ -56,7 +56,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 = {
|
||||
|
|
@ -130,4 +130,4 @@ return {
|
|||
end
|
||||
},
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue