mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +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
|
@ -91,7 +91,7 @@ rec {
|
|||
is used. A use-case for this is starting an adapter asynchronous.
|
||||
'';
|
||||
|
||||
configurationOption = types.submodule {
|
||||
configurationType = types.submodule {
|
||||
freeformType = types.attrs;
|
||||
|
||||
options = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue