From 5aeb61bcba0851fd1a724b3009f48cd340117749 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Thu, 16 May 2024 19:59:12 -0500 Subject: [PATCH] refactor(nvim): do not use `nvim-treesitter` configs for autotag setup --- .../dots/.config/nvim/lua/plugins/configs/treesitter.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/users/price/dots/.config/nvim/lua/plugins/configs/treesitter.lua b/users/price/dots/.config/nvim/lua/plugins/configs/treesitter.lua index 7f246c76..b13aae14 100644 --- a/users/price/dots/.config/nvim/lua/plugins/configs/treesitter.lua +++ b/users/price/dots/.config/nvim/lua/plugins/configs/treesitter.lua @@ -41,6 +41,7 @@ return { "PriceHiller/nvim-ts-autotag", dependencies = { "nvim-treesitter/nvim-treesitter" }, event = { "BufReadPre", "BufNewFile" }, + config = true }, { url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim", @@ -143,9 +144,6 @@ return { end end, }, - autotag = { - enable = true, - }, indent = { enable = true, disable = { "lua", "org" },