From ed4d5cafd654d9f92c46776c98252e3c6653be13 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Wed, 7 Jan 2026 10:20:22 +0100 Subject: neovim: Kommentare zum Setup 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') diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua index 8982a2c..338104a 100644 --- a/nvim/lua/plugins/treesitter.lua +++ b/nvim/lua/plugins/treesitter.lua @@ -1,5 +1,9 @@ -- https://github.com/nvim-treesitter/nvim-treesitter/blob/main/README.md +-- Stelle sicher, dass die TreeSitter-CLI installiert ist: +-- MacOS: `brew install tree-sitter-cli` +-- FreeBSD: `doas pkg install tree-sitter-cli` + return { { "nvim-treesitter/nvim-treesitter", -- cgit v1.3