From 1f2dad0be57a20bca63b251d0b22c57839a6f794 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Thu, 8 Jan 2026 17:25:42 +0100 Subject: Neovim: Benutze conform.nvim als Standard-Formater --- nvim/lua/plugins/lsp.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'nvim/lua/plugins/lsp.lua') diff --git a/nvim/lua/plugins/lsp.lua b/nvim/lua/plugins/lsp.lua index 4c549a7..30e3924 100644 --- a/nvim/lua/plugins/lsp.lua +++ b/nvim/lua/plugins/lsp.lua @@ -20,6 +20,22 @@ return { }, } + vim.lsp.config.bashls = { + settings = { + bashIde = { + shellcheck = { + enable = true, + severity = { + error = "error", + warning = "warning", + info = "info", + }, + }, + globPattern = "**/*.sh", + }, + }, + } + vim.lsp.enable({ "bashls", -- npm install -g bash-language-server "clangd", -- pkg install llvm -- cgit v1.3