mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 17:28:39 +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:
|
||||
with builtins;
|
||||
mapAttrs (_: adapter:
|
||||
if typeOf adapter == "string"
|
||||
if isString adapter
|
||||
then helpers.mkRaw adapter
|
||||
else
|
||||
filterAttrs (n: _: n != "enrichConfig") (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue