venv-selector
URL: https://github.com/linux-cultist/venv-selector.nvim/
Maintainers: Gaetan Lepage
plugins.venv-selector.enable
Whether to enable venv-selector.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.venv-selector.package
The venv-selector package to use.
Type: package
Default:
pkgs.vimPlugins.venv-selector-nvim
Declared by:
plugins.venv-selector.autoLoad
Whether to automatically load venv-selector when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.venv-selector.settings
Options provided to the require('venv-selector').setup function.
Type: lua value
Default:
{ }
Example:
{
  dap_enabled = true;
  name = [
    "venv"
    ".venv"
  ];
  pyenv_path = lib.nixvim.mkRaw "vim.fn.expand('$HOME/.pyenv/versions')";
}
Declared by: