mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
treewide: apply deadnix suggestions
This commit is contained in:
@@ -168,9 +168,6 @@ in
|
||||
let
|
||||
pluginToLua =
|
||||
plugin:
|
||||
let
|
||||
keyExists = keyToCheck: attrSet: lib.elem keyToCheck (lib.attrNames attrSet);
|
||||
in
|
||||
if isDerivation plugin then
|
||||
{ dir = "${lazyPath}/${lib.getName plugin}"; }
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user