plugins/explorer: bump nvim-tree plugin
This commit is contained in:
parent
91e0909ac6
commit
93b5f04284
2 changed files with 5 additions and 5 deletions
|
@ -257,17 +257,17 @@
|
|||
"nvim-tree-lua": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1667191089,
|
||||
"narHash": "sha256-9kCHMfRGBWxK+i7c07WiY3HdEFBYMocsWSlqpTqlzK8=",
|
||||
"lastModified": 1668602495,
|
||||
"narHash": "sha256-emoQbOwwZOCV4F4/vSgcfMmnJFXvxgEAxqCwZyY1zpU=",
|
||||
"owner": "kyazdani42",
|
||||
"repo": "nvim-tree.lua",
|
||||
"rev": "fba97517bb570702be98718c9f841ae9b359133e",
|
||||
"rev": "1837751efb5fcfc584cb0ee900f09ff911cd6c0b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "kyazdani42",
|
||||
"repo": "nvim-tree.lua",
|
||||
"rev": "fba97517bb570702be98718c9f841ae9b359133e",
|
||||
"rev": "1837751efb5fcfc584cb0ee900f09ff911cd6c0b",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
# https://github.com/kyazdani42/nvim-tree.lua
|
||||
nvim-tree-lua = {
|
||||
url = "github:kyazdani42/nvim-tree.lua?rev=fba97517bb570702be98718c9f841ae9b359133e";
|
||||
url = "github:kyazdani42/nvim-tree.lua?rev=1837751efb5fcfc584cb0ee900f09ff911cd6c0b";
|
||||
flake = false;
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue