File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 }
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
670670Everything 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() {
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
You can’t perform that action at this time.
0 commit comments