refactor!: ADD FORK DEPRECATION NOTICE -- USE UPSTREAM!

This commit is contained in:
Price Hiller 2024-05-19 21:37:35 -05:00
parent e4f9252120
commit cecb6f2175
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB

View File

@ -31,6 +31,10 @@ function M.init()
})
end
vim.notify(
"[nvim-ts-autotag]: Go back to upstream https://github.com/windwp/nvim-ts-autotag and stop using the fork. The fork author is now a maintainer upstream and the primary owner is back. This fork will see no more updates on this branch.",
vim.log.levels.WARN
)
M.setup = require("nvim-ts-autotag.config.plugin").setup
return M