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