nvim-lua / lsp-status.nvim

Utility functions for getting diagnostic status and progress messages from LSP servers, for use in the Neovim statusline
MIT License
621 stars 41 forks source link

Don't escape % in status() #61

Open tomtomjhj opened 3 years ago

tomtomjhj commented 3 years ago

discussion: https://github.com/nvim-lua/lsp-status.nvim/pull/58#discussion_r664392740

wbthomason commented 3 years ago

Should this be considered a breaking change? If so, we'll want to more clearly advertise that users need to change their configurations to compensate.

tomtomjhj commented 2 years ago

Added changelog and revised the commit msg to indicate breaking change.