summaryrefslogtreecommitdiff
path: root/lua/config
diff options
context:
space:
mode:
Diffstat (limited to 'lua/config')
-rw-r--r--lua/config/lsp.lua2
1 files changed, 1 insertions, 1 deletions
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 = {