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/config/autocmds.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nvim/lua/config/autocmds.lua') diff --git a/nvim/lua/config/autocmds.lua b/nvim/lua/config/autocmds.lua index 09aea1e..1452546 100644 --- a/nvim/lua/config/autocmds.lua +++ b/nvim/lua/config/autocmds.lua @@ -3,10 +3,14 @@ vim.api.nvim_create_autocmd("FileType", { pattern = { "c", "cpp", + "html", "lua", + "markdown", "prisma", "python", "typescript", + "yaml", + "zsh", }, callback = function() vim.treesitter.start() -- cgit v1.3