diff options
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/editor/nvim-lint.fnl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fnl/plugins/editor/nvim-lint.fnl b/fnl/plugins/editor/nvim-lint.fnl index a7a3a7f..dc33960 100644 --- a/fnl/plugins/editor/nvim-lint.fnl +++ b/fnl/plugins/editor/nvim-lint.fnl @@ -16,8 +16,7 @@ :yaml [:yamllint] :python [:ruff] :lua [:selene] - :commit [:commitlint] - :git [:gitlint] + :gitcommit [:gitlint] :docker [:hadolint] :haskell [:hlint] :json [:jsonlint] |