fix: linter
This commit is contained in:
parent
b36b69c4de
commit
39eb7cd853
1 changed files with 2 additions and 7 deletions
|
@ -60,7 +60,7 @@
|
|||
};
|
||||
flake = {
|
||||
overlays.default = final: prev: let
|
||||
lib = final.lib;
|
||||
inherit (final) lib;
|
||||
in {
|
||||
mk-luarc = {
|
||||
# list of plugins that have a /lua directory
|
||||
|
@ -73,12 +73,7 @@
|
|||
disabled-diagnostics ? [],
|
||||
}: let
|
||||
pluginPackages =
|
||||
map (
|
||||
x:
|
||||
if x ? plugin
|
||||
then x.plugin
|
||||
else x
|
||||
)
|
||||
map (x: x.plugin or x)
|
||||
plugins;
|
||||
partitions = builtins.partition (plugin:
|
||||
plugin.vimPlugin
|
||||
|
|
Loading…
Reference in a new issue