plugins/explorer: bump nvim-tree plugin

This commit is contained in:
Dmitriy Pleshevskiy 2022-12-12 00:49:03 +03:00
parent ad87fe9316
commit 70c85a004f
Signed by: pleshevskiy
GPG Key ID: 1B59187B161C0215
2 changed files with 5 additions and 5 deletions

View File

@ -287,17 +287,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

@ -23,7 +23,7 @@
# https://github.com/kyazdani42/nvim-tree.lua
nvim-tree-lua = {
url = "github:kyazdani42/nvim-tree.lua?rev=1837751efb5fcfc584cb0ee900f09ff911cd6c0b";
url = "github:kyazdani42/nvim-tree.lua?rev=7177d95ac0f46bf02ff3f8375e135149a3fc79b8";
flake = false;
};