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
The molten-nvim package to use.
Type: package
Default:
pkgs.vimPlugins.molten-nvim
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: