refactor: migrate plugin/ file to lua from vimscript

This commit is contained in:
Price Hiller 2024-05-13 05:02:17 -05:00
parent 34f6d24007
commit 04089f0b7d
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1 @@
require("nvim-ts-autotag").init()

View File

@ -1 +0,0 @@
lua require "nvim-ts-autotag".init()