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 +}