cmake-tools
URL: https://github.com/Civitasv/cmake-tools.nvim/
Maintainers: Nathan Felber
CMake tools for Neovim, providing a set of features to work with CMake projects.
plugins.cmake-tools.enable
Whether to enable cmake-tools.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.cmake-tools.package
The cmake-tools package to use.
Type: package
Default:
pkgs.vimPlugins.cmake-tools-nvim
Declared by:
plugins.cmake-tools.autoLoad
Whether to automatically load cmake-tools when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.cmake-tools.callSetup
Whether to generate the standard require('cmake-tools').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: