lazydev
URL: https://github.com/folke/lazydev.nvim/
Maintainers: Heitor Augusto
lazydev.nvim as a blink.cmp source
{
plugins = {
lazydev.enable = true;
blink-cmp.settings = {
sources.providers = {
lazydev = {
name = "LazyDev";
module = "lazydev.integrations.blink";
# make lazydev completions top priority (see `:h blink.cmp`)
score_offset = 100;
};
};
};
};
}
plugins.lazydev.enable
Whether to enable lazydev.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.lazydev.package
The lazydev.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.lazydev-nvim
Declared by:
plugins.lazydev.autoLoad
Whether to automatically load lazydev.nvim when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by: