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
625 stars 41 forks source link

README and docs: nvim_lsp -> lspconfig #38

Closed anott03 closed 3 years ago

anott03 commented 3 years ago

Currently the README and docs still refers to lspconfig as nvim_lsp. All this PR does is replace all instances of nvim_lsp with lspconfig.