mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-23 05:40:44 +00:00
feat: change nvim-web-devicons source
This commit is contained in:
parent
0afa7184f1
commit
d3c14a8cdf
2 changed files with 6 additions and 6 deletions
10
flake.lock
10
flake.lock
|
@ -1127,15 +1127,15 @@
|
||||||
"nvim-web-devicons": {
|
"nvim-web-devicons": {
|
||||||
"flake": false,
|
"flake": false,
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1683422244,
|
"lastModified": 1684714932,
|
||||||
"narHash": "sha256-+UH04+Bu167fthQntUATik9wl/vRfkMJ/A9JheaHx9w=",
|
"narHash": "sha256-JGGrIm8wTekB7FnD4jNnEQbmcktbVyTxLyER4VOGWto=",
|
||||||
"owner": "kyazdani42",
|
"owner": "nvim-tree",
|
||||||
"repo": "nvim-web-devicons",
|
"repo": "nvim-web-devicons",
|
||||||
"rev": "986875b7364095d6535e28bd4aac3a9357e91bbe",
|
"rev": "e283ab937e0197b37ec5d8013e49495193407324",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"owner": "kyazdani42",
|
"owner": "nvim-tree",
|
||||||
"repo": "nvim-web-devicons",
|
"repo": "nvim-web-devicons",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
|
|
|
@ -330,7 +330,7 @@
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
nvim-web-devicons = {
|
nvim-web-devicons = {
|
||||||
url = "github:kyazdani42/nvim-web-devicons";
|
url = "github:nvim-tree/nvim-web-devicons";
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
gitsigns-nvim = {
|
gitsigns-nvim = {
|
||||||
|
|
Loading…
Reference in a new issue