diff --git a/lua/plugins/autotag.lua b/lua/plugins/autotag.lua new file mode 100644 index 0000000..7dbc06f --- /dev/null +++ b/lua/plugins/autotag.lua @@ -0,0 +1,6 @@ +return { + "https://github.com/windwp/nvim-ts-autotag", + config = function() + require('nvim-ts-autotag').setup() + end +}