mirror of
https://github.com/akr2002/nv.git
synced 2024-11-09 10:39:44 +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 = {
|
plugins.undotree = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
settings = {
|
||||||
autoOpenDiff = true;
|
autoOpenDiff = true;
|
||||||
settings.FocusOnToggle = true;
|
FocusOnToggle = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
keymaps = [
|
keymaps = [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue