mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
plugins/dap (dapHelpers): internal rename configurationOption -> configurationType
This commit is contained in:
parent
c9597b37d8
commit
21e8b57a11
4 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
type = types.str;
|
||||
};
|
||||
|
||||
customConfigurations = mkNullOrOption (types.listOf dapHelpers.configurationOption) "Custom python configurations for dap.";
|
||||
customConfigurations = mkNullOrOption (types.listOf dapHelpers.configurationType) "Custom python configurations for dap.";
|
||||
|
||||
resolvePython = defaultNullOpts.mkLuaFn null ''
|
||||
Function to resolve path to python to use for program or test execution.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue