diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-05 09:38:53 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-05 09:38:53 +0200 |
| commit | 98b344cbacff5fad784b88abcf05186994edcef8 (patch) | |
| tree | 435f873bedfb35ede98d5feeab5b7ca0b50de366 /nvim/lua | |
| parent | cb9ddf7598f847329b08d8e38ccea2fc4e9752a0 (diff) | |
| download | dotfiles-98b344cbacff5fad784b88abcf05186994edcef8.tar.gz dotfiles-98b344cbacff5fad784b88abcf05186994edcef8.tar.bz2 dotfiles-98b344cbacff5fad784b88abcf05186994edcef8.zip | |
conform: Setze kein 'jinja' für djlint voraus.
Diffstat (limited to 'nvim/lua')
| -rw-r--r-- | nvim/lua/plugins/format.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/nvim/lua/plugins/format.lua b/nvim/lua/plugins/format.lua index c6a2f2a..8b40229 100644 --- a/nvim/lua/plugins/format.lua +++ b/nvim/lua/plugins/format.lua | |||
| @@ -41,13 +41,6 @@ return { | |||
| 41 | xsd = xmllint, | 41 | xsd = xmllint, |
| 42 | yaml = yamlfmt, | 42 | yaml = yamlfmt, |
| 43 | }, | 43 | }, |
| 44 | formatters = { | ||
| 45 | djlint = { | ||
| 46 | -- https://www.djlint.com/docs/getting-started/#template-languages | ||
| 47 | -- Ansible verwendet Jinja2-Templates. | ||
| 48 | append_args = { "--profile", "jinja" }, | ||
| 49 | }, | ||
| 50 | }, | ||
| 51 | default_format_opts = { | 44 | default_format_opts = { |
| 52 | lsp_format = "fallback", | 45 | lsp_format = "fallback", |
| 53 | }, | 46 | }, |
