plugins.openscad.enable
Whether to enable openscad.nvim, a plugin to manage OpenSCAD files.
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.autoOpen
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by:
plugins.openscad.cheatsheetWindowBlend
Type: null or integer between 0 and 100 (both inclusive)
Default:
null
Plugin default: 15
Declared by:
plugins.openscad.fuzzyFinder
fuzzy finder to find documentation
Type: null or one of “skim”, “fzf” or raw lua code
Default:
null
Plugin default: "skim"
Declared by:
plugins.openscad.loadSnippets
Type: null or boolean or raw lua code
Default:
null
Plugin default: false
Declared by: