nvim-lua / lsp-status.nvim

Utility functions for getting diagnostic status and progress messages from LSP servers, for use in the Neovim statusline

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update example config, pyls_ms is unsupported by nvim-lspconfig

VedantParanjape opened this issue · comments

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: neovim/nvim-lspconfig#1075