diff --git a/flake.lock b/flake.lock index 5621fa9..51fc604 100644 --- a/flake.lock +++ b/flake.lock @@ -365,11 +365,11 @@ "theme": "theme" }, "locked": { - "lastModified": 1669939168, - "narHash": "sha256-bp0v4y4aeP/hpmnlMTMDZedWcMewsid/2x1pQPsV6E4=", + "lastModified": 1670795343, + "narHash": "sha256-wWxKTFWwCI3k1KYqomwDe2xloItftK9HoHwH3bWRYW8=", "ref": "refs/heads/main", - "rev": "1504ad1ad072b07087713bbdac86b4560d93f683", - "revCount": 80, + "rev": "70c85a004f7866c992fe1574aac6d91981ddb984", + "revCount": 82, "type": "git", "url": "https://git.pleshevski.ru/mynix/neovim" }, @@ -388,11 +388,11 @@ ] }, "locked": { - "lastModified": 1670092363, - "narHash": "sha256-88J+uN5plAW+SXnY/m3NCGlh5fdI4jxgKZlNmxFu2hQ=", + "lastModified": 1670580878, + "narHash": "sha256-Vr5Jx60+WP8XNFzmKiEF9ndaYTdizbUTUgeT+1NuecA=", "ref": "refs/heads/main", - "rev": "33e6908643adeddc8fbd9ba4a0280daa0d180558", - "revCount": 8, + "rev": "52b6f8a4b9eef07978d060ac8411048c828c574c", + "revCount": 9, "type": "git", "url": "https://git.pleshevski.ru/mynix/tools" }, @@ -575,17 +575,17 @@ "nvim-tree-lua": { "flake": false, "locked": { - "lastModified": 1668602495, - "narHash": "sha256-emoQbOwwZOCV4F4/vSgcfMmnJFXvxgEAxqCwZyY1zpU=", + "lastModified": 1670730038, + "narHash": "sha256-OztYz31WMcjuCNJ/3UdnyzWVUGomh5DJqZMG2IzfGMA=", "owner": "kyazdani42", "repo": "nvim-tree.lua", - "rev": "1837751efb5fcfc584cb0ee900f09ff911cd6c0b", + "rev": "7177d95ac0f46bf02ff3f8375e135149a3fc79b8", "type": "github" }, "original": { "owner": "kyazdani42", "repo": "nvim-tree.lua", - "rev": "1837751efb5fcfc584cb0ee900f09ff911cd6c0b", + "rev": "7177d95ac0f46bf02ff3f8375e135149a3fc79b8", "type": "github" } }, diff --git a/users/modules/editor.nix b/users/modules/editor.nix index ce7fa23..711aa5b 100644 --- a/users/modules/editor.nix +++ b/users/modules/editor.nix @@ -32,6 +32,10 @@ let group_empty = true; full_name = true; }; + tab.sync = { + open = true; + close = true; + }; }; lspSaga.settings = { border_style = "rounded";