diff --git a/lua/nvim-ts-autotag.lua b/lua/nvim-ts-autotag.lua index 118388c..0f66374 100644 --- a/lua/nvim-ts-autotag.lua +++ b/lua/nvim-ts-autotag.lua @@ -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