mirror of
https://github.com/akr2002/nv.git
synced 2024-12-27 08:32:53 +00:00
plugins.undotree.autoOpenDiff -> plugins.undotree.settings.AutoOpenDiff
This commit is contained in:
parent
e0e9d9a4e6
commit
b7b7c81c35
1 changed files with 10 additions and 3 deletions
|
@ -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 = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue