From 3094bf2a3983b375f4adeccd25c3b12bbbded2aa Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 17 Apr 2025 11:41:32 -0500 Subject: a lot more stuff --- lua/conf/plugins/ts-autotag.lua | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'lua/conf/plugins/ts-autotag.lua') diff --git a/lua/conf/plugins/ts-autotag.lua b/lua/conf/plugins/ts-autotag.lua index 001dd0a..915ddad 100644 --- a/lua/conf/plugins/ts-autotag.lua +++ b/lua/conf/plugins/ts-autotag.lua @@ -1,6 +1,9 @@ return { 'windwp/nvim-ts-autotag', - requires = 'nvim-telescope/telescope.nvim', - disable = vim.version.lt(vim.version(), { 0, 9, 5 }), + requires = { + 'nvim-telescope/telescope.nvim', + 'nvim-treesitter/nvim-treesitter' + }, + disable = not vim.fn.has("nvim-0.9.5"), function() require('nvim-ts-autotag').setup {} -- cgit v1.2.1