This commit is contained in:
2025-08-28 23:17:34 +02:00
parent fe3886fbdf
commit 20a49c3f58
31 changed files with 440 additions and 117 deletions

View File

@@ -1,5 +1,11 @@
-- nvim-treesitter
--
-- The goal of nvim-treesitter is both to provide a simple and
-- easy way to use the interface for tree-sitter in Neovim and
-- to provide some basic functionality such as highlighting based on it.
--
-- https://github.com/nvim-treesitter/nvim-treesitter
--
return {
{ -- Highlight, edit, and navigate code
@@ -28,4 +34,3 @@ return {
-- - Treesitter + textobjects: https://github.com/nvim-treesitter/nvim-treesitter-textobjects
},
}