nvim: fixed treesitter for 0.12

This commit is contained in:
Grace Yoder 2026-03-25 14:55:55 -04:00
parent 668326d54b
commit a870e9610a
2 changed files with 145 additions and 13 deletions

View file

@ -58,6 +58,11 @@
"src": "https://github.com/nvim-treesitter/nvim-treesitter",
"version": "'main'"
},
"nvim-treesitter-textobjects": {
"rev": "93d60a475f0b08a8eceb99255863977d3a25f310",
"src": "https://github.com/nvim-treesitter/nvim-treesitter-textobjects",
"version": "'main'"
},
"nvim-web-devicons": {
"rev": "d7462543c9e366c0d196c7f67a945eaaf5d99414",
"src": "https://github.com/nvim-tree/nvim-web-devicons"