From 084f94dba1ae87f2f7e718defa5df3a296fce527 Mon Sep 17 00:00:00 2001 From: Oliver Ladner Date: Tue, 26 May 2026 16:27:26 +0200 Subject: [PATCH] fff --- lua/weeheavy/plugins/lsp/nvim-lint.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/weeheavy/plugins/lsp/nvim-lint.lua b/lua/weeheavy/plugins/lsp/nvim-lint.lua index 0a90f0f..60b6db4 100644 --- a/lua/weeheavy/plugins/lsp/nvim-lint.lua +++ b/lua/weeheavy/plugins/lsp/nvim-lint.lua @@ -43,6 +43,8 @@ return { sh = { "gitleaks" }, bash = { "gitleaks" }, go = { "golangcilint" }, + git = { "gitleaks", "commitlint" }, + gitcommit = { "gitleaks", "commitlint" }, make = { "checkmake" }, }