bump my deps
This commit is contained in:
parent
eab9ca2be4
commit
8d5c45f86f
2 changed files with 16 additions and 12 deletions
24
flake.lock
24
flake.lock
|
@ -365,11 +365,11 @@
|
||||||
"theme": "theme"
|
"theme": "theme"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1669939168,
|
"lastModified": 1670795343,
|
||||||
"narHash": "sha256-bp0v4y4aeP/hpmnlMTMDZedWcMewsid/2x1pQPsV6E4=",
|
"narHash": "sha256-wWxKTFWwCI3k1KYqomwDe2xloItftK9HoHwH3bWRYW8=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "1504ad1ad072b07087713bbdac86b4560d93f683",
|
"rev": "70c85a004f7866c992fe1574aac6d91981ddb984",
|
||||||
"revCount": 80,
|
"revCount": 82,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.pleshevski.ru/mynix/neovim"
|
"url": "https://git.pleshevski.ru/mynix/neovim"
|
||||||
},
|
},
|
||||||
|
@ -388,11 +388,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1670092363,
|
"lastModified": 1670580878,
|
||||||
"narHash": "sha256-88J+uN5plAW+SXnY/m3NCGlh5fdI4jxgKZlNmxFu2hQ=",
|
"narHash": "sha256-Vr5Jx60+WP8XNFzmKiEF9ndaYTdizbUTUgeT+1NuecA=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "33e6908643adeddc8fbd9ba4a0280daa0d180558",
|
"rev": "52b6f8a4b9eef07978d060ac8411048c828c574c",
|
||||||
"revCount": 8,
|
"revCount": 9,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.pleshevski.ru/mynix/tools"
|
"url": "https://git.pleshevski.ru/mynix/tools"
|
||||||
},
|
},
|
||||||
|
@ -575,17 +575,17 @@
|
||||||
"nvim-tree-lua": {
|
"nvim-tree-lua": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1668602495,
|
"lastModified": 1670730038,
|
||||||
"narHash": "sha256-emoQbOwwZOCV4F4/vSgcfMmnJFXvxgEAxqCwZyY1zpU=",
|
"narHash": "sha256-OztYz31WMcjuCNJ/3UdnyzWVUGomh5DJqZMG2IzfGMA=",
|
||||||
"owner": "kyazdani42",
|
"owner": "kyazdani42",
|
||||||
"repo": "nvim-tree.lua",
|
"repo": "nvim-tree.lua",
|
||||||
"rev": "1837751efb5fcfc584cb0ee900f09ff911cd6c0b",
|
"rev": "7177d95ac0f46bf02ff3f8375e135149a3fc79b8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "kyazdani42",
|
"owner": "kyazdani42",
|
||||||
"repo": "nvim-tree.lua",
|
"repo": "nvim-tree.lua",
|
||||||
"rev": "1837751efb5fcfc584cb0ee900f09ff911cd6c0b",
|
"rev": "7177d95ac0f46bf02ff3f8375e135149a3fc79b8",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -32,6 +32,10 @@ let
|
||||||
group_empty = true;
|
group_empty = true;
|
||||||
full_name = true;
|
full_name = true;
|
||||||
};
|
};
|
||||||
|
tab.sync = {
|
||||||
|
open = true;
|
||||||
|
close = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
lspSaga.settings = {
|
lspSaga.settings = {
|
||||||
border_style = "rounded";
|
border_style = "rounded";
|
||||||
|
|
Loading…
Reference in a new issue