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:
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