mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 09:48:42 +02:00
plugins/dap: minor refactoring
This commit is contained in:
parent
6645fea915
commit
b4ddb32288
2 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ in rec {
|
||||||
processAdapters = type: adapters:
|
processAdapters = type: adapters:
|
||||||
with builtins;
|
with builtins;
|
||||||
mapAttrs (_: adapter:
|
mapAttrs (_: adapter:
|
||||||
if typeOf adapter == "string"
|
if isString adapter
|
||||||
then helpers.mkRaw adapter
|
then helpers.mkRaw adapter
|
||||||
else
|
else
|
||||||
filterAttrs (n: _: n != "enrichConfig") (
|
filterAttrs (n: _: n != "enrichConfig") (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue