diff options
Diffstat (limited to 'nvim/plugin/autotag.lua')
| -rw-r--r-- | nvim/plugin/autotag.lua | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/plugin/autotag.lua b/nvim/plugin/autotag.lua new file mode 100644 index 0000000..ac6fb8f --- /dev/null +++ b/nvim/plugin/autotag.lua @@ -0,0 +1,4 @@ +local status, autotag = pcall(require, 'nvim-ts-autotag')
+if (not status) then return end
+
+autotag.setup()
|
