This repository has been archived by the owner on Apr 25, 2023. It is now read-only.
Add a system to inform users of breaking changes #66
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
help wanted
Extra attention is needed
An example: https://github.com/nvim-lualine/lualine.nvim/blob/master/lua/lualine/utils/notices.lua
Maybe just show a message via
vim.api.nvim_err_writeln
when there are breaking changes, and inform the user to run a (new) command like:DashNotices
that will show any new breaking changes.The text was updated successfully, but these errors were encountered: