File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 53
53
branch = " v2.x" ,
54
54
requires = {
55
55
" 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
57
57
" MunifTanjim/nui.nvim" ,
58
58
}
59
59
}
77
77
branch = " v2.x" ,
78
78
requires = {
79
79
" 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
81
81
" MunifTanjim/nui.nvim" ,
82
82
{
83
83
-- 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:
668
668
- [ nvim-cokeline] ( https://github.com/noib3/nvim-cokeline )
669
669
670
670
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 )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ function setup_environment() {
37
37
38
38
if [[ ! -d " ${plugins_dir} /nvim-web-devicons" ]]; then
39
39
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"
41
41
echo " [plugins] nvim-web-devicons: installed"
42
42
echo
43
43
fi
You can’t perform that action at this time.
0 commit comments