From 08017b22536f653110ec03a4f7c0d85c44f71142 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 8 Jan 2026 19:11:10 +0100 Subject: Neovim: Anweisungen für FreeBSD-Zusatz-Tools hinzugefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/plugins/format.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'nvim/lua/plugins/format.lua') diff --git a/nvim/lua/plugins/format.lua b/nvim/lua/plugins/format.lua index bdfaf03..2d6a55c 100644 --- a/nvim/lua/plugins/format.lua +++ b/nvim/lua/plugins/format.lua @@ -3,13 +3,13 @@ return { event = { "BufReadPre", "BufNewFile" }, opts = { formatters_by_ft = { - sh = { "shfmt" }, -- brew install + sh = { "shfmt" }, -- brew install, pkg install shfmt bash = { "shfmt" }, - python = { "ruff_format", "black" }, -- brew install ruff - lua = { "stylua" }, -- brew install stylua + python = { "ruff_format", "black" }, -- brew install ruff, pkg install ruff + lua = { "stylua" }, -- brew install stylua, pkg install stylua typescript = { "prettierd", "prettier" }, javascript = { "prettierd", "prettier" }, - json = { "jq" }, -- brew install jq + json = { "jq" }, -- brew install jq, pkg install jq -- cpp = { "clang_format" }, }, }, -- cgit v1.3