Adding nvim-treesitter-context

This commit is contained in:
Zackarias Montell
2026-03-10 08:37:34 +01:00
parent 884be54cfa
commit 0e3093eae8
4 changed files with 8 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
return {
{ -- Highlight, edit, and navigate code
'nvim-treesitter/nvim-treesitter',
branch = 'master',
build = ':TSUpdate',
main = 'nvim-treesitter.configs', -- Sets main module to use for opts
-- [[ Configure Treesitter ]] See `:help nvim-treesitter`