From 3082bbae83560be01e76e2e8a3c6299b42a19ed0 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Mon, 22 Dec 2025 23:56:41 +0100 Subject: Benutze symbolische Links statt die Dateien zu kopieren --- nvim/lua/plugins/treesitter.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nvim/lua/plugins/treesitter.lua') diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index edcaff2..8982a2c 100644 --- a/nvim/lua/plugins/treesitter.lua +++ b/nvim/lua/plugins/treesitter.lua @@ -9,10 +9,11 @@ return { config = function() local treesitter = require("nvim-treesitter") - treesitter.setup({}) + -- treesitter.setup({}) -- https://github.com/nvim-treesitter/nvim-treesitter/blob/main/SUPPORTED_LANGUAGES.md treesitter.install({ + "bash", "c", "cpp", "html", -- cgit v1.3