lspkind
URL: https://github.com/onsails/lspkind.nvim/
Maintainers: Saygo
VS Code-like pictograms for Neovim LSP completion items.
plugins.lspkind.enable
Whether to enable lspkind.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.lspkind.package
The lspkind.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.lspkind-nvim
Declared by:
plugins.lspkind.autoLoad
Whether to automatically load lspkind.nvim when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.lspkind.settings
Options provided to the require('lspkind').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
callback = {
__raw = ''
function()
print('nixvim')
end
'';
};
foo_bar = 42;
hostname = "localhost:8080";
}
Declared by: