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

autocmd fix for neovim 0.6+ needed #70

Closed megalithic closed 2 years ago

megalithic commented 2 years ago

https://github.com/nvim-lua/lsp-status.nvim/blob/e8e5303f9ee3d8dc327c97891eaa1257ba5d4eee/lua/lsp-status.lua#L86

wookayin commented 2 years ago

@wbthomason There is a breaking change due to this: please refer to #71.