diff options
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 | }, |
