codeium-nvim
Maintainers: Gaetan Lepage
plugins.codeium-nvim.enable
Whether to enable codeium-nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.codeium-nvim.package
Which package to use for the codeium.nvim plugin.
Type: package
Default:
<derivation vimplugin-codeium.nvim-2024-05-03>
Declared by:
plugins.codeium-nvim.binPath
The path to the directory where the Codeium server will be downloaded to.
Plugin default: "{__raw = \"vim.fn.stdpath('cache') .. '/codeium/bin'\";}"
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.codeium-nvim.configPath
The path to the config file, used to store the API key.
Plugin default: "{__raw = \"vim.fn.stdpath('cache') .. '/codeium/config.json'\";}"
Type: null or string or raw lua code
Default:
null
Declared by:
plugins.codeium-nvim.extraOptions
These attributes will be added to the table parameter for the setup function. Typically, it can override NixVim’s default settings.
Type: attribute set of anything
Default:
{ }
Declared by:
plugins.codeium-nvim.wrapper
The path to a wrapper script/binary that is used to execute any binaries not listed under tools. This is primarily useful for NixOS, where a FHS wrapper can be used for the downloaded codeium server.
Type: null or string
Default:
null
Declared by: