Skip to content

Commit 328d092

Browse files
authored
Rename references to kyazdani42 repositories
The repositories have been moved.
1 parent 5c209e5 commit 328d092

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ use {
5353
branch = "v2.x",
5454
requires = {
5555
"nvim-lua/plenary.nvim",
56-
"kyazdani42/nvim-web-devicons", -- not strictly required, but recommended
56+
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
5757
"MunifTanjim/nui.nvim",
5858
}
5959
}
@@ -77,7 +77,7 @@ use {
7777
branch = "v2.x",
7878
requires = {
7979
"nvim-lua/plenary.nvim",
80-
"kyazdani42/nvim-web-devicons", -- not strictly required, but recommended
80+
"nvim-tree/nvim-web-devicons", -- not strictly required, but recommended
8181
"MunifTanjim/nui.nvim",
8282
{
8383
-- only needed if you want to use the commands with "_with_window_picker" suffix
@@ -668,4 +668,4 @@ The design is heavily inspired by these excellent plugins:
668668
- [nvim-cokeline](https://github.com/noib3/nvim-cokeline)
669669

670670
Everything I know about writing a tree control in lua, I learned from:
671-
- [nvim-tree.lua](https://github.com/kyazdani42/nvim-tree.lua)
671+
- [nvim-tree.lua](https://github.com/nvim-tree/nvim-tree.lua)

0 commit comments

Comments
 (0)