plugins.undotree.autoOpenDiff -> plugins.undotree.settings.AutoOpenDiff

This commit is contained in:
Aditya 2024-03-28 20:53:55 +05:30
parent e0e9d9a4e6
commit b7b7c81c35
Signed by: aditya
SSH key fingerprint: SHA256:jL1IvWsjjlPtw6HvDIHfXfhO9IkIokNEyIfuFhSdoyU

View file

@ -1,9 +1,16 @@
{ config, pkgs, host, user, ... }:
{
config,
pkgs,
host,
user,
...
}: {
plugins.undotree = {
enable = true;
autoOpenDiff = true;
settings.FocusOnToggle = true;
settings = {
autoOpenDiff = true;
FocusOnToggle = true;
};
};
keymaps = [
{