diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-02 12:32:19 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-02 12:32:19 +0200 |
| commit | 1da598352f7a50ec2a0d96bac834d87ea7b1a836 (patch) | |
| tree | af25bda88db603e872d360569f3a8b1792344807 /nvim/lua/plugins | |
| parent | 807170eef48e2181abf306b1424c736f5179b36e (diff) | |
| download | dotfiles-1da598352f7a50ec2a0d96bac834d87ea7b1a836.tar.gz dotfiles-1da598352f7a50ec2a0d96bac834d87ea7b1a836.tar.bz2 dotfiles-1da598352f7a50ec2a0d96bac834d87ea7b1a836.zip | |
neovim: bootstrap Skript angepasst
Diffstat (limited to 'nvim/lua/plugins')
| -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 686de60..c6a2f2a 100644 --- a/nvim/lua/plugins/format.lua +++ b/nvim/lua/plugins/format.lua | |||
| @@ -1,7 +1,7 @@ | |||
| 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 = {} |
| 4 | local djlint = { "djlint" } -- brew install djlint (macOS); 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 |
| 7 | local prettier = { "prettier" } -- npm install -g prettier | 7 | local prettier = { "prettier" } -- npm install -g prettier |
