plugin/explorer: bump nvim-tree plugin to latest master
This commit is contained in:
parent
8fbfb97b9d
commit
e4137abb2f
2 changed files with 5 additions and 5 deletions
|
@ -53,17 +53,17 @@
|
||||||
"nvim-tree-lua": {
|
"nvim-tree-lua": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1663635041,
|
"lastModified": 1663823703,
|
||||||
"narHash": "sha256-5n8dAMHWImhgtVjXic8wnV33l7VWLzRXM0W22Uk76vo=",
|
"narHash": "sha256-QY60TDUVmKcFzCAojReZEAbQcyEYgCG4nhgsx74OtVM=",
|
||||||
"owner": "kyazdani42",
|
"owner": "kyazdani42",
|
||||||
"repo": "nvim-tree.lua",
|
"repo": "nvim-tree.lua",
|
||||||
"rev": "f6ce6e59625947fc9192f3dc40c25519cf29b137",
|
"rev": "0417d9148b6546bf4883b6e9750f992f980afbfe",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "kyazdani42",
|
"owner": "kyazdani42",
|
||||||
"ref": "1553-wrong-align-on-open-dir",
|
|
||||||
"repo": "nvim-tree.lua",
|
"repo": "nvim-tree.lua",
|
||||||
|
"rev": "0417d9148b6546bf4883b6e9750f992f980afbfe",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
utils.url = "github:numtide/flake-utils";
|
utils.url = "github:numtide/flake-utils";
|
||||||
|
|
||||||
nvim-tree-lua = {
|
nvim-tree-lua = {
|
||||||
url = "github:kyazdani42/nvim-tree.lua/1553-wrong-align-on-open-dir";
|
url = "github:kyazdani42/nvim-tree.lua?rev=0417d9148b6546bf4883b6e9750f992f980afbfe";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Reference in a new issue