From 8017c3fa3d304ab80f1adaf7cf218debd34ef84c Mon Sep 17 00:00:00 2001 From: andrzej Date: Wed, 13 Mar 2024 00:21:50 +0100 Subject: [PATCH] add autotagging --- lua/plugins/autotag.lua | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lua/plugins/autotag.lua 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 +}