From f9abbcc7939552b31e5bcde72a3a1246df92f4b1 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 14 Aug 2026 08:58:19 +0200 Subject: neovim: Füge Unterstützung für Jinja2 Templates hinzu MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bootstrap/neovim.sh | 1 + 1 file changed, 1 insertion(+) mode change 100755 => 100644 bootstrap/neovim.sh (limited to 'bootstrap/neovim.sh') diff --git a/bootstrap/neovim.sh b/bootstrap/neovim.sh old mode 100755 new mode 100644 index 158de80..bf8d8ad --- a/bootstrap/neovim.sh +++ b/bootstrap/neovim.sh @@ -96,6 +96,7 @@ install_formatters() { case "$OS" in Darwin) install_pkg clang-format clang-format + install_pkg djlint djlint ;; FreeBSD) install_pkg xmllint libxml2 -- cgit v1.3