Skip to content

Commit

Permalink
Use djlint to format htmldjango
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Jan 1, 2025
1 parent a11929b commit 4312eb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions nvim/.config/nvim/lua/plugins/conform.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ return {
javascript = { "prettier" },
json = { "prettier" },
html = { "prettier" },
htmldjango = { "djlint" },
lua = { "stylua" },
markdown = { "prettier" },
python = { "ruff_fix", "ruff_format" },
Expand Down
1 change: 1 addition & 0 deletions nvim/.config/nvim/lua/plugins/mason-tool-installer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ return {
"typos-lsp",
"vue-language-server",
-- Linters & formatters
"djlint",
"prettier",
"ruff", -- also an LSP server
"shellcheck",
Expand Down
1 change: 1 addition & 0 deletions nvim/.config/nvim/mason-lock.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"bash-language-server": "5.4.2",
"css-lsp": "4.10.0",
"djlint": "1.36.4",
"html-lsp": "4.10.0",
"lua-language-server": "3.13.5",
"prettier": "3.4.2",
Expand Down

0 comments on commit 4312eb9

Please sign in to comment.