cspell
URL: https://github.com/davidmh/cspell.nvim/
Maintainers: Austin Horstman
cspell diagnostics and code actions for none-ls.
plugins.cspell.enable
Whether to enable cspell.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.cspell.package
The cspell package to use.
Type: package
Default:
pkgs.vimPlugins.cspell-nvim
Declared by:
plugins.cspell.autoLoad
Whether to automatically load cspell when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.cspell.callSetup
Whether to generate the standard require('cspell').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
cspellLua module.
Type: boolean
Default:
false
Declared by: