user/neovim: disable rust-analyzer incorrect-ident-case

This commit is contained in:
LavaDesu 2023-08-19 22:06:19 +07:00
parent 1747b9c918
commit 9063ff9dda
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -216,6 +216,9 @@ nvim_lsp.rust_analyzer.setup {
enforce = true,
group = "module"
}
},
diagnostics = {
disabled = { "incorrect-ident-case" }
}
}
}