lsp-status
URL: https://github.com/nvim-lua/lsp-status.nvim/
Maintainers: Ben
Utility functions for getting diagnostic status and progress messages from LSP servers, for use in the Neovim statusline.
plugins.lsp-status.enable
Whether to enable lsp-status.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.lsp-status.package
The lsp-status package to use.
Type: package
Default:
pkgs.vimPlugins.lsp-status-nvim
Declared by:
plugins.lsp-status.autoLoad
Whether to automatically load lsp-status when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.lsp-status.callSetup
Whether to generate the standard require('lsp-status').setup(...) call for this plugin.
Explicitly set to true to force calling .setup().
Caution
A forced call can emit a duplicate or invalid setup. Some plugins generate custom setup code or have no real
lsp-statusLua module.
Type: boolean
Default:
false
Declared by: