1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-25 02:10:58 +01:00

plugins/dap: fix adapters generation

This commit is contained in:
wadsaek 2025-12-23 21:39:58 +02:00 committed by Austin Horstman
parent 5ead6bfb2d
commit 48b23bdae0

View file

@ -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"