mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-17 16:01:36 +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
|
@ -15,7 +15,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
maintainers = [ lib.maintainers.khaneliman ];
|
||||
|
||||
settingsOptions = {
|
||||
dap_configurations = lib.nixvim.mkNullOrOption (types.listOf dapHelpers.configurationOption) ''
|
||||
dap_configurations = lib.nixvim.mkNullOrOption (types.listOf dapHelpers.configurationType) ''
|
||||
Additional dap configurations.
|
||||
See `:h dap-configuration` for more detail.
|
||||
'';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue