fixed treesitter
This commit is contained in:
@@ -3,6 +3,7 @@ return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
build = ":TSUpdate", -- Updates parsers on install
|
||||
priority = 1000, -- ← HIGHEST priority
|
||||
config = true, -- Let lazy.nvim auto-call .setup() with opts
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
|
||||
Reference in New Issue
Block a user