From fb1fcd7bd44682fb0e5b76a660954eb7a5b22597 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 25 Jan 2026 22:33:33 +0100 Subject: Neovim: Treesitter für html, markdown, yaml und zsh hinzugefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/plugins/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nvim/lua/plugins/lsp.lua') diff --git a/nvim/lua/plugins/lsp.lua b/nvim/lua/plugins/lsp.lua index 1a10c3a..717a81f 100644 --- a/nvim/lua/plugins/lsp.lua +++ b/nvim/lua/plugins/lsp.lua @@ -31,7 +31,7 @@ return { vim.lsp.config.bashls = { capabilities = capabilities, - filetypes = { "sh", "bash", "zsh" }, + filetypes = { "sh", "bash" }, } vim.lsp.config.clangd = { -- cgit v1.3