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 committed May 14, 2024
1 parent 0dcfc41 commit 968b2cc
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 @@ -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]])
Expand Down

0 comments on commit 968b2cc

Please sign in to comment.