mirror of
https://github.com/windwp/nvim-ts-autotag.git
synced 2025-01-24 13:03:54 -06:00
refactor!: ADD FORK DEPRECATION NOTICE -- USE UPSTREAM!
This commit is contained in:
parent
e4f9252120
commit
cecb6f2175
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user