plugins/dap: fix adapters generation
Some checks are pending
Publish every Git push to main to FlakeHub / flakehub-publish (push) Waiting to run
Publish every git push to Flakestry / publish-flake (push) Waiting to run
Documentation / Version info (push) Waiting to run
Documentation / Build (push) Blocked by required conditions
Documentation / Combine builds (push) Blocked by required conditions
Documentation / Deploy (push) Blocked by required conditions
Some checks are pending
Publish every Git push to main to FlakeHub / flakehub-publish (push) Waiting to run
Publish every git push to Flakestry / publish-flake (push) Waiting to run
Documentation / Version info (push) Waiting to run
Documentation / Build (push) Blocked by required conditions
Documentation / Combine builds (push) Blocked by required conditions
Documentation / Deploy (push) Blocked by required conditions
This commit is contained in:
parent
5ead6bfb2d
commit
48b23bdae0
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ lib.nixvim.plugins.mkNeovimPlugin {
|
|||
options = {
|
||||
inherit (cfg) configurations;
|
||||
|
||||
adapters = lib.mkMerge [
|
||||
adapters = lib.lists.foldr (x: y: x // y) { } [
|
||||
(lib.removeAttrs (cfg.adapters or { }) [
|
||||
"executables"
|
||||
"servers"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue