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/treesitter.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nvim/lua/plugins/treesitter.lua') diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index e0e6beb..7c15036 100644 --- a/nvim/lua/plugins/treesitter.lua +++ b/nvim/lua/plugins/treesitter.lua @@ -23,12 +23,16 @@ return { "html", "javascript", "lua", + "markdown", + "markdown_inline", "prisma", "python", "typescript", "vim", "vim", "vimdoc", + "yaml", + "zsh", }) end, }, -- cgit v1.3