mrjones2014 / dash.nvim

🏃💨 Search Dash.app from your Neovim fuzzy finder. Built with Rust 🦀 and Lua
Mozilla Public License 2.0
233 stars 16 forks source link

Add a system to inform users of breaking changes #66

Open mrjones2014 opened 2 years ago

mrjones2014 commented 2 years ago

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.

mrjones2014 commented 2 years ago

@wookayin will appreciate this 😉