plugins/explorer: bump nvim-tree plugin

This commit is contained in:
Dmitriy Pleshevskiy 2022-11-17 23:37:46 +03:00
parent 91e0909ac6
commit 93b5f04284
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215
2 changed files with 5 additions and 5 deletions

View file

@ -257,17 +257,17 @@
"nvim-tree-lua": { "nvim-tree-lua": {
"flake": false, "flake": false,
"locked": { "locked": {
"lastModified": 1667191089, "lastModified": 1668602495,
"narHash": "sha256-9kCHMfRGBWxK+i7c07WiY3HdEFBYMocsWSlqpTqlzK8=", "narHash": "sha256-emoQbOwwZOCV4F4/vSgcfMmnJFXvxgEAxqCwZyY1zpU=",
"owner": "kyazdani42", "owner": "kyazdani42",
"repo": "nvim-tree.lua", "repo": "nvim-tree.lua",
"rev": "fba97517bb570702be98718c9f841ae9b359133e", "rev": "1837751efb5fcfc584cb0ee900f09ff911cd6c0b",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "kyazdani42", "owner": "kyazdani42",
"repo": "nvim-tree.lua", "repo": "nvim-tree.lua",
"rev": "fba97517bb570702be98718c9f841ae9b359133e", "rev": "1837751efb5fcfc584cb0ee900f09ff911cd6c0b",
"type": "github" "type": "github"
} }
}, },

View file

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