diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-08 15:42:31 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-08 15:42:31 +0200 |
| commit | bfd52b3195e8025b4a9b2116d4973c2850658ec3 (patch) | |
| tree | c488cf48e549a3aa342d72d09556064136a9bd40 /nvim/lua/plugins/format.lua | |
| parent | f4f96a84fc7d3234f14e0eb02e12e40ce621421c (diff) | |
| download | dotfiles-bfd52b3195e8025b4a9b2116d4973c2850658ec3.tar.gz dotfiles-bfd52b3195e8025b4a9b2116d4973c2850658ec3.tar.bz2 dotfiles-bfd52b3195e8025b4a9b2116d4973c2850658ec3.zip | |
cleanup
Diffstat (limited to 'nvim/lua/plugins/format.lua')
| -rw-r--r-- | nvim/lua/plugins/format.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nvim/lua/plugins/format.lua b/nvim/lua/plugins/format.lua index d8f96e2..a8d63b8 100644 --- a/nvim/lua/plugins/format.lua +++ b/nvim/lua/plugins/format.lua | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | -- Verfügbare Formater: https://github.com/stevearc/conform.nvim/tree/master/lua/conform/formatters | 1 | -- Verfügbare Formater: https://github.com/stevearc/conform.nvim/tree/master/lua/conform/formatters |
| 2 | 2 | ||
| 3 | local clang = {} | 3 | local clang = {} -- absichtlich leer: c und cpp formatiert clangd, siehe default_format_opts.lsp_format |
| 4 | local djlint = { "djlint" } -- pipx install djlint (macOS & FreeBSD); unter Windows kein winget-Paket, siehe neovim-windows-setup.md | 4 | local djlint = { "djlint" } -- pipx install djlint (macOS & FreeBSD); unter Windows kein winget-Paket, siehe neovim-windows-setup.md |
| 5 | local gawk = { "gawk" } -- brew install gawk, pkg install gawk | 5 | local gawk = { "gawk" } -- brew install gawk, pkg install gawk |
| 6 | local jq = { "jq" } -- brew install jq, pkg install jq | 6 | local jq = { "jq" } -- brew install jq, pkg install jq |
