diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-04 22:40:43 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-04 22:40:43 +0100 |
commit | 22d81271d998ec5d334cd56528df8c1a4636f86b (patch) | |
tree | b8597fe4ac6faf9424093de8851b2ed24578c75e | |
parent | 079614fa63500b654482660ca3868c39adca75b7 (diff) |
Add linter for git
-rw-r--r-- | fnl/plugins/editor/nvim-lint.fnl | 1 |
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] |