1
0
Fork 0

neovim: Check Rust code with clippy

This commit is contained in:
Jeremy Kaplan 2022-05-27 20:40:05 +01:00
commit 49397e957e

View file

@ -375,7 +375,13 @@ lsp_installer.setup({})
local lsp_settings = {
gopls = {},
jedi_language_server = {},
rust_analyzer = {},
rust_analyzer = {
["rust-analyzer"] = {
checkOnSave = {
command = "clippy",
},
},
},
solargraph = {},
tsserver = {},
}