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 ++++---- nvim/lua/plugins/lsp.lua | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'nvim/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" }, }, }, diff --git a/nvim/lua/plugins/lsp.lua b/nvim/lua/plugins/lsp.lua index 30e3924..4872a25 100644 --- a/nvim/lua/plugins/lsp.lua +++ b/nvim/lua/plugins/lsp.lua @@ -23,7 +23,7 @@ return { vim.lsp.config.bashls = { settings = { bashIde = { - shellcheck = { + shellcheck = { -- pkg install hs-ShellSheck enable = true, severity = { error = "error", -- cgit v1.3