diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-14 08:58:19 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-14 08:58:19 +0200 |
| commit | f9abbcc7939552b31e5bcde72a3a1246df92f4b1 (patch) | |
| tree | 002561f75dd52132ddde196f90a302b5e98a0997 /bootstrap/neovim.sh | |
| parent | bdc80dabce5e46945ca34ccf74861371485ac2f2 (diff) | |
| download | dotfiles-f9abbcc7939552b31e5bcde72a3a1246df92f4b1.tar.gz dotfiles-f9abbcc7939552b31e5bcde72a3a1246df92f4b1.tar.bz2 dotfiles-f9abbcc7939552b31e5bcde72a3a1246df92f4b1.zip | |
neovim: Füge Unterstützung für Jinja2 Templates hinzu
Diffstat (limited to 'bootstrap/neovim.sh')
| -rw-r--r--[-rwxr-xr-x] | bootstrap/neovim.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bootstrap/neovim.sh b/bootstrap/neovim.sh index 158de80..bf8d8ad 100755..100644 --- a/bootstrap/neovim.sh +++ b/bootstrap/neovim.sh | |||
| @@ -96,6 +96,7 @@ install_formatters() { | |||
| 96 | case "$OS" in | 96 | case "$OS" in |
| 97 | Darwin) | 97 | Darwin) |
| 98 | install_pkg clang-format clang-format | 98 | install_pkg clang-format clang-format |
| 99 | install_pkg djlint djlint | ||
| 99 | ;; | 100 | ;; |
| 100 | FreeBSD) | 101 | FreeBSD) |
| 101 | install_pkg xmllint libxml2 | 102 | install_pkg xmllint libxml2 |
