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

[Documentation] Nvim lsp module name fix #5

Closed nymann closed 4 years ago

nymann commented 4 years ago

The Nvim LSP module is called nvim_lsp, the previous nvim-lsp would result in many errors.

wbthomason commented 4 years ago

Thanks, good catch! I changed this in my config but forgot to change the docs.