refactor: migrate plugin/ file to lua from vimscript

This commit is contained in:
Price Hiller 2024-05-13 05:02:17 -05:00 committed by windwp
parent 6693ec17b6
commit 802c28e08b
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()