Skip to content

Commit 583390d

Browse files
authored
docs: rename references to kyazdani42 repositories (#606)
The repositories have been moved.
1 parent 1f056e7 commit 583390d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
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)

scripts/test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function setup_environment() {
3737

3838
if [[ ! -d "${plugins_dir}/nvim-web-devicons" ]]; then
3939
echo "[plugins] nvim-web-devicons: installing..."
40-
git clone https://github.com/kyazdani42/nvim-web-devicons "${plugins_dir}/nvim-web-devicons"
40+
git clone https://github.com/nvim-tree/nvim-web-devicons "${plugins_dir}/nvim-web-devicons"
4141
echo "[plugins] nvim-web-devicons: installed"
4242
echo
4343
fi

0 commit comments

Comments
 (0)