We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af5415 commit 6263cdbCopy full SHA for 6263cdb
init.lua
@@ -584,6 +584,11 @@ require('lazy').setup({
584
-- For example, to see the options for `lua_ls`, you could go to: https://luals.github.io/wiki/settings/
585
local servers = {
586
-- clangd = {},
587
+ rust_analyzer = {
588
+ diagnostics = {
589
+ enable = true,
590
+ },
591
592
gopls = {
593
gofumpt = true,
594
codelenses = {
0 commit comments