Skip to content

Commit

Permalink
refactor: remove useless/empty function
Browse files Browse the repository at this point in the history
  • Loading branch information
PriceHiller authored and windwp committed May 20, 2024
1 parent 8a38a3c commit 78845ca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/nvim-ts-autotag.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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]])
Expand Down

0 comments on commit 78845ca

Please sign in to comment.