Skip to content

Commit

Permalink
feat: add ts context
Browse files Browse the repository at this point in the history
  • Loading branch information
danielnehrig committed Jan 3, 2025
1 parent 711e07f commit a17adeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"nvim-pqf": { "branch": "main", "commit": "148ee2ca8b06d83fd9bf6f9b9497724ad39a07d6" },
"nvim-tree.lua": { "branch": "master", "commit": "68fc4c20f5803444277022c681785c5edd11916d" },
"nvim-treesitter": { "branch": "master", "commit": "e947d35bbf919ea88a24c21cb8afa4621e3cf547" },
"nvim-treesitter-context": { "branch": "master", "commit": "2bcf700b59bc92850ca83a1c02e86ba832e0fae0" },
"nvim-treesitter-textobjects": { "branch": "master", "commit": "ad8f0a472148c3e0ae9851e26a722ee4e29b1595" },
"nvim-treesitter-textsubjects": { "branch": "master", "commit": "a8d2844bba925d9450ef7ab215f3b054028288ca" },
"nvim-ts-autotag": { "branch": "main", "commit": "1cca23c9da708047922d3895a71032bc0449c52d" },
Expand Down
1 change: 1 addition & 0 deletions lua/config/plugins/modules/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ M.ts = {
"nvim-treesitter/nvim-treesitter-textobjects",
"RRethy/nvim-treesitter-textsubjects",
"windwp/nvim-ts-autotag",
"nvim-treesitter/nvim-treesitter-context",
},
},
["Wansmer/treesj"] = {
Expand Down

0 comments on commit a17adeb

Please sign in to comment.