summaryrefslogtreecommitdiff
path: root/lua/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'lua/plugins')
-rw-r--r--lua/plugins/linter.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/linter.lua b/lua/plugins/linter.lua
index c804d1c..bd798ba 100644
--- a/lua/plugins/linter.lua
+++ b/lua/plugins/linter.lua
@@ -9,7 +9,7 @@ return {
lint.linters_by_ft = {
python = { "ruff" },
go = { "golangcilint" },
- rust = { "clippy" },
+ -- rust = { "clippy" },
c = { "clangtidy" },
cpp = { "clangtidy" },
java = { "checkstyle" },