molten

URL: https://github.com/benlubas/molten-nvim/

Maintainers: Gaetan Lepage

plugins.molten.enable

Whether to enable molten-nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.molten.package

Which package to use for the molten plugin.

Type: package

Default: <derivation vimplugin-molten-nvim-2024-06-01>

Declared by:

plugins.molten.python3Dependencies

Python packages to add to the PYTHONPATH of neovim.

Type: function that evaluates to a(n) list of package

Default:

p: with p; [
  pynvim
  jupyter-client
  cairosvg
  ipython
  nbformat
]

Declared by: