Enable djlint as linter for django templates

This commit is contained in:
Maximilian Friedersdorff 2025-09-10 12:07:08 +01:00
parent 7a9b9eb00a
commit ed693b371a

View file

@ -0,0 +1,8 @@
return {
{
"mfussenegger/nvim-lint",
opts = {
linters_by_ft = { htmldjango = { "djlint" } },
},
},
}