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": {
|
||||
"flake": false,
|
||||
"locked": {
|
||||
"lastModified": 1663635041,
|
||||
"narHash": "sha256-5n8dAMHWImhgtVjXic8wnV33l7VWLzRXM0W22Uk76vo=",
|
||||
"lastModified": 1663823703,
|
||||
"narHash": "sha256-QY60TDUVmKcFzCAojReZEAbQcyEYgCG4nhgsx74OtVM=",
|
||||
"owner": "kyazdani42",
|
||||
"repo": "nvim-tree.lua",
|
||||
"rev": "f6ce6e59625947fc9192f3dc40c25519cf29b137",
|
||||
"rev": "0417d9148b6546bf4883b6e9750f992f980afbfe",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "kyazdani42",
|
||||
"ref": "1553-wrong-align-on-open-dir",
|
||||
"repo": "nvim-tree.lua",
|
||||
"rev": "0417d9148b6546bf4883b6e9750f992f980afbfe",
|
||||
"type": "github"
|
||||
}
|
||||
},
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
utils.url = "github:numtide/flake-utils";
|
||||
|
||||
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;
|
||||
};
|
||||
|
||||
|
|
Reference in a new issue