plugins/dap: fix adapters generation
Some checks failed
Publish every Git push to main to FlakeHub / flakehub-publish (push) Has been cancelled
Publish every git push to Flakestry / publish-flake (push) Has been cancelled
Documentation / Version info (push) Has been cancelled
Documentation / Build (push) Has been cancelled
Documentation / Combine builds (push) Has been cancelled
Documentation / Deploy (push) Has been cancelled
Some checks failed
Publish every Git push to main to FlakeHub / flakehub-publish (push) Has been cancelled
Publish every git push to Flakestry / publish-flake (push) Has been cancelled
Documentation / Version info (push) Has been cancelled
Documentation / Build (push) Has been cancelled
Documentation / Combine builds (push) Has been cancelled
Documentation / Deploy (push) Has been cancelled
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 = {
|
options = {
|
||||||
inherit (cfg) configurations;
|
inherit (cfg) configurations;
|
||||||
|
|
||||||
adapters = lib.mkMerge [
|
adapters = lib.lists.foldr (x: y: x // y) { } [
|
||||||
(lib.removeAttrs (cfg.adapters or { }) [
|
(lib.removeAttrs (cfg.adapters or { }) [
|
||||||
"executables"
|
"executables"
|
||||||
"servers"
|
"servers"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue