treewide: apply linter suggestions
This commit is contained in:
parent
aca6fcdaff
commit
1d333fc92e
39 changed files with 54 additions and 59 deletions
|
|
@ -15,7 +15,7 @@
|
|||
...
|
||||
}@args:
|
||||
lib.nixvim.plugins.mkVimPlugin (
|
||||
builtins.removeAttrs args [
|
||||
removeAttrs args [
|
||||
"pluginName"
|
||||
"sourceName"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -174,7 +174,7 @@ let
|
|||
mkCmpSourcePlugin = import ./_mk-cmp-plugin.nix {
|
||||
inherit lib pkgs;
|
||||
};
|
||||
pluginModules = builtins.map mkCmpSourcePlugin sources;
|
||||
pluginModules = map mkCmpSourcePlugin sources;
|
||||
in
|
||||
{
|
||||
# For extra cmp plugins
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue