feat(nvim): add autotag closing for treesitter

This commit is contained in:
Price Hiller 2023-05-05 04:25:18 -05:00
parent b033ab53ab
commit 168b42992c
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -92,11 +92,11 @@ lazy.setup({
dependencies = { dependencies = {
{ url = "https://gitlab.com/HiPhish/nvim-ts-rainbow2.git" }, { url = "https://gitlab.com/HiPhish/nvim-ts-rainbow2.git" },
"nvim-treesitter/nvim-treesitter-context", "nvim-treesitter/nvim-treesitter-context",
"windwp/nvim-ts-autotag",
}, },
config = function() config = function()
require("plugins.configs.treesitter") require("plugins.configs.treesitter")
end, end,
-- before = "folke/noice.nvim",
}, },
{ {