mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-23 01:08:43 +02:00
Fix plugins.gitsigns.base option missing in init.lua (#1255)
This commit is contained in:
parent
cf7102c6d2
commit
01d7adb4ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue