From 85f45b675858d2e0d0792fe11de84320fe98b597 Mon Sep 17 00:00:00 2001 From: Squibid Date: Tue, 19 Nov 2024 13:48:27 -0600 Subject: add ts-autotag to make renaming html tags really easy --- lua/conf/plugins/ts-autotag.lua | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lua/conf/plugins/ts-autotag.lua (limited to 'lua/conf/plugins/ts-autotag.lua') diff --git a/lua/conf/plugins/ts-autotag.lua b/lua/conf/plugins/ts-autotag.lua new file mode 100644 index 0000000..d27ad57 --- /dev/null +++ b/lua/conf/plugins/ts-autotag.lua @@ -0,0 +1,8 @@ +return { 'windwp/nvim-ts-autotag', + requires = 'nvim-telescope/telescope.nvim', + disable = vim.version.lt(vim.version(), { 0, 9, }), + + function() + require('nvim-ts-autotag').setup {} + end +} -- cgit v1.2.1