refactor(nvim): do not use nvim-treesitter configs for autotag setup
Some checks failed
Check Formatting of Files / Check-Formatting (push) Failing after 1m26s

This commit is contained in:
Price Hiller 2024-05-16 19:59:12 -05:00
parent c6d4080a82
commit 5aeb61bcba
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -41,6 +41,7 @@ return {
"PriceHiller/nvim-ts-autotag", "PriceHiller/nvim-ts-autotag",
dependencies = { "nvim-treesitter/nvim-treesitter" }, dependencies = { "nvim-treesitter/nvim-treesitter" },
event = { "BufReadPre", "BufNewFile" }, event = { "BufReadPre", "BufNewFile" },
config = true
}, },
{ {
url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim", url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim",
@ -143,9 +144,6 @@ return {
end end
end, end,
}, },
autotag = {
enable = true,
},
indent = { indent = {
enable = true, enable = true,
disable = { "lua", "org" }, disable = { "lua", "org" },