refactor: remove useless/empty function

This commit is contained in:
Price Hiller 2024-05-14 16:54:55 -05:00 committed by windwp
parent 8a38a3c8b9
commit 78845cad7a

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]])