mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-21 19:25:13 +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
|
@ -28,7 +28,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
};
|
||||
|
||||
configurations =
|
||||
lib.nixvim.mkNullOrOption (with types; attrsOf (listOf dapHelpers.configurationOption))
|
||||
lib.nixvim.mkNullOrOption (with types; attrsOf (listOf dapHelpers.configurationType))
|
||||
''
|
||||
Debugger configurations, see `:h dap-configuration` for more info.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue