mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-30 02:34:21 -05:00
plugins/dap: minor refactoring
This commit is contained in:
committed by
Gaétan Lepage
parent
6645fea915
commit
b4ddb32288
@@ -122,7 +122,7 @@ in rec {
|
||||
processAdapters = type: adapters:
|
||||
with builtins;
|
||||
mapAttrs (_: adapter:
|
||||
if typeOf adapter == "string"
|
||||
if isString adapter
|
||||
then helpers.mkRaw adapter
|
||||
else
|
||||
filterAttrs (n: _: n != "enrichConfig") (
|
||||
|
||||
Reference in New Issue
Block a user