fixing the issues on the tags

This commit is contained in:
2026-01-14 00:02:26 -05:00
parent e24166e606
commit 62e42d7882

View File

@@ -7,8 +7,8 @@ return {
priority = 100, -- Load early
dependencies = {
"nvim-lua/plenary.nvim", -- Required: async utilities
"nvim-treesitter/nvim-treesitter", -- Required: scope detection via Tree-sitter
"nvim-treesitter/nvim-treesitter-textobjects", -- Optional: better text object support
-- "nvim-treesitter/nvim-treesitter", -- Required: scope detection via Tree-sitter
-- "nvim-treesitter/nvim-treesitter-textobjects", -- Optional: better text object support
"MunifTanjim/nui.nvim", -- Optional: UI components
},
event = {