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