openscad

URL: https://github.com/salkin-mada/openscad.nvim/

Maintainers: Gaetan Lepage

plugins.openscad.enable

Whether to enable openscad.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.openscad.package

The openscad.nvim package to use.

Type: package

Default: pkgs.vimPlugins.openscad-nvim

Declared by:

plugins.openscad.fuzzyFinderPlugin

The fuzzy finder package to use.

Type: null or package

Default:

  • pkgs.vimPlugins.skim-vim if settings.fuzzy_finder is "skim"
  • pkgs.vimPlugins.fzf-vim if settings.fuzzy_finder is "fzf"
  • null otherwise

Declared by: