Fix plugins.gitsigns.base option missing in init.lua (#1255)

This commit is contained in:
Didn't read the style guide 2024-03-12 23:37:14 +01:00 committed by GitHub
parent cf7102c6d2
commit 01d7adb4ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -340,7 +340,7 @@ in {
then val then val
else {__raw = val.function;}; else {__raw = val.function;};
setupOptions = { setupOptions = {
inherit (cfg) worktrees signcolumn numhl linehl trouble yadm; inherit (cfg) worktrees signcolumn numhl linehl trouble yadm base;
signs = mapAttrs (_: signSetupOptions) cfg.signs; signs = mapAttrs (_: signSetupOptions) cfg.signs;
on_attach = on_attach =
if cfg.onAttach != null if cfg.onAttach != null