llm
URL: https://github.com/huggingface/llm.nvim/
Maintainers: Gaetan Lepage
plugins.llm.enable
Whether to enable llm.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.llm.package
The llm.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.llm-nvim
Declared by:
plugins.llm.autoLoad
Whether to automatically load llm.nvim when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.llm.llmLsPackage
The llm-ls package to use.
Type: null or package
Default:
pkgs.llm-ls
Declared by: