plugins/explorer: bump nvim-tree plugin
This commit is contained in:
parent
ad87fe9316
commit
70c85a004f
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue