From 2fa8c79395298a08a04b709fa555f7a11001fb1e Mon Sep 17 00:00:00 2001 From: brustybee Date: Tue, 7 Apr 2026 02:48:35 +0530 Subject: idk rust liter doesnt work with nvim-lint for some reason --- lua/config/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/config') diff --git a/lua/config/lsp.lua b/lua/config/lsp.lua index 3ac5cca..a92023f 100644 --- a/lua/config/lsp.lua +++ b/lua/config/lsp.lua @@ -78,7 +78,7 @@ vim.g.rustaceanvim = { default_settings = { ["rust-analyzer"] = { checkOnSave = { - enable = false, + enable = true, command = "clippy", }, procMacro = { -- cgit v1.3.1