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

Update example config, pyls_ms is unsupported by nvim-lspconfig #67

Open VedantParanjape opened 2 years ago

VedantParanjape commented 2 years ago

pyls_ms in not supported and nvim-lspconfig has done a breaking change, the example config file needs to be updated.

Issue describing the breaking change here: https://github.com/neovim/nvim-lspconfig/issues/1075