From 23ff2cff5b7f598fd28026aa089d7304e9f301f4 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 21 Jan 2026 08:23:11 +0100 Subject: neovim: Unterstützung für Prisma hinzugefügt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/plugins/treesitter.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'nvim/lua/plugins/treesitter.lua') diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index 338104a..e0e6beb 100644 --- a/nvim/lua/plugins/treesitter.lua +++ b/nvim/lua/plugins/treesitter.lua @@ -21,13 +21,14 @@ return { "c", "cpp", "html", - "python", - "vim", - "vimdoc", "javascript", "lua", + "prisma", + "python", "typescript", "vim", + "vim", + "vimdoc", }) end, }, -- cgit v1.3