bump my deps

This commit is contained in:
Dmitriy Pleshevskiy 2022-12-12 00:50:00 +03:00
parent eab9ca2be4
commit 8d5c45f86f
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215
2 changed files with 16 additions and 12 deletions

View file

@ -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"
}
},

View file

@ -32,6 +32,10 @@ let
group_empty = true;
full_name = true;
};
tab.sync = {
open = true;
close = true;
};
};
lspSaga.settings = {
border_style = "rounded";