refactor: remove useless/empty function

This commit is contained in:
Price Hiller 2024-05-14 16:54:55 -05:00
parent a4d19476c8
commit 6c8f07b102
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

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