refactor: remove useless/empty function

This commit is contained in:
Price Hiller 2024-05-14 16:54:55 -05:00
parent 0dcfc4149f
commit 968b2ccc5d
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -13,8 +13,6 @@ function M.init()
})
end
function M.ensure_ts_parsers_installed() end
function M.setup(opts)
internal.setup(opts)
vim.cmd([[augroup nvim_ts_xmltag]])