From 42d917218f52a9fc4524fc46583d6762651ae839 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sat, 4 Jul 2026 16:09:12 +0200 Subject: Neovim: Formateinstellungen für HTML MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/plugins/format.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'nvim/lua') diff --git a/nvim/lua/plugins/format.lua b/nvim/lua/plugins/format.lua index d6942a8..f79f577 100644 --- a/nvim/lua/plugins/format.lua +++ b/nvim/lua/plugins/format.lua @@ -16,6 +16,7 @@ return { bash = { "shfmt" }, c = {}, -- clangd cpp = {}, -- clangd + html = { "prettier" }, -- npm install -g prettier javascript = { "prettier" }, json = { "jq" }, -- brew install jq, pkg install jq lua = { "stylua" }, -- brew install stylua, pkg install stylua -- cgit v1.3