File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ clean-screenshots:
3838deps :
3939 make clean
4040 @mkdir -p deps
41- git clone --depth=1 --single-branch https://github.com/echasnovski /mini.nvim deps/mini.nvim
41+ git clone --depth=1 --single-branch https://github.com/nvim-mini /mini.nvim deps/mini.nvim
4242 git clone --depth=1 --single-branch https://github.com/nvim-tree/nvim-web-devicons deps/nvim-web-devicons
4343 git clone --depth=1 --single-branch https://github.com/hrsh7th/nvim-cmp deps/nvim-cmp
4444
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim)
4545 -- optional for icon support
4646 dependencies = { " nvim-tree/nvim-web-devicons" },
4747 -- or if using mini.icons/mini.nvim
48- -- dependencies = { "echasnovski /mini.icons" },
48+ -- dependencies = { "nvim-mini /mini.icons" },
4949 opts = {}
5050}
5151```
@@ -59,7 +59,7 @@ Using [lazy.nvim](https://github.com/folke/lazy.nvim)
5959- [ ` fzf ` ] ( https://github.com/junegunn/fzf ) version > ` 0.36 `
6060 or [ ` skim ` ] ( https://github.com/skim-rs/skim ) binary installed
6161- [ nvim-web-devicons] ( https://github.com/nvim-tree/nvim-web-devicons )
62- or [ mini.icons] ( https://github.com/echasnovski /mini.icons )
62+ or [ mini.icons] ( https://github.com/nvim-mini /mini.icons )
6363 (optional)
6464
6565### Optional dependencies
Original file line number Diff line number Diff line change 3333 },
3434 "mini.base16" : {
3535 "disp_name" : " Mini Base16" ,
36- "url" : " echasnovski /mini.base16" ,
36+ "url" : " nvim-mini /mini.base16" ,
3737 "colorschemes" : [
3838 { "name" : " minischeme" , "disp_name" : " Mini Scheme" },
3939 { "name" : " minicyan" , "disp_name" : " Mini Cyan" }
You can’t perform that action at this time.
0 commit comments