aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/treesitter.lua')
-rw-r--r--nvim/lua/plugins/treesitter.lua4
1 files changed, 4 insertions, 0 deletions
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 @@
1-- https://github.com/nvim-treesitter/nvim-treesitter/blob/main/README.md 1-- https://github.com/nvim-treesitter/nvim-treesitter/blob/main/README.md
2 2
3-- Stelle sicher, dass die TreeSitter-CLI installiert ist:
4-- MacOS: `brew install tree-sitter-cli`
5-- FreeBSD: `doas pkg install tree-sitter-cli`
6
3return { 7return {
4 { 8 {
5 "nvim-treesitter/nvim-treesitter", 9 "nvim-treesitter/nvim-treesitter",