nvim: fixed treesitter for 0.12

This commit is contained in:
Grace Yoder 2026-03-25 14:58:51 -04:00
parent a870e9610a
commit 8246ae5804

View file

@ -29,7 +29,7 @@ return require("packed").setup(function(use)
'nvim-treesitter/nvim-treesitter',
branch = 'main',
config = function()
local parser_path = vim.fn.expand("~/.local/share/nvim/site")
local parser_path = vim.fn.expand("~/.local/share/nvim/site/parser")
vim.opt.runtimepath:append(parser_path)
require("nvim-treesitter").setup({})