summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-04 22:40:43 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-04 22:40:43 +0100
commit22d81271d998ec5d334cd56528df8c1a4636f86b (patch)
treeb8597fe4ac6faf9424093de8851b2ed24578c75e /fnl
parent079614fa63500b654482660ca3868c39adca75b7 (diff)
Add linter for git
Diffstat (limited to 'fnl')
-rw-r--r--fnl/plugins/editor/nvim-lint.fnl1
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/plugins/editor/nvim-lint.fnl b/fnl/plugins/editor/nvim-lint.fnl
index bcec08b..a7a3a7f 100644
--- a/fnl/plugins/editor/nvim-lint.fnl
+++ b/fnl/plugins/editor/nvim-lint.fnl
@@ -17,6 +17,7 @@
:python [:ruff]
:lua [:selene]
:commit [:commitlint]
+ :git [:gitlint]
:docker [:hadolint]
:haskell [:hlint]
:json [:jsonlint]