From f4b04389839855c716cba35dd8849476f609dda1 Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Tue, 31 Jan 2023 05:10:44 +0800 Subject: [PATCH] fix: kyazdani42/nvim-web-devicons is now nvim-tree/nvim-web-devicons (#2343) --- .github/workflows/ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8e9f197..5c8bb88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: } mkdir -p ~/.local/share/nvim/site/pack/vendor/start git clone --depth 1 https://github.com/nvim-lua/plenary.nvim ~/.local/share/nvim/site/pack/vendor/start/plenary.nvim - git clone --depth 1 https://github.com/kyazdani42/nvim-web-devicons ~/.local/share/nvim/site/pack/vendor/start/nvim-web-devicons + git clone --depth 1 https://github.com/nvim-tree/nvim-web-devicons ~/.local/share/nvim/site/pack/vendor/start/nvim-web-devicons ln -s $(pwd) ~/.local/share/nvim/site/pack/vendor/start - name: Run tests diff --git a/README.md b/README.md index ee4d5c6..2e70a0d 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ wiki. - [sharkdp/fd](https://github.com/sharkdp/fd) (finder) - [nvim-treesitter/nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter) (finder/preview) - [neovim LSP]( https://neovim.io/doc/user/lsp.html) (picker) -- [devicons](https://github.com/kyazdani42/nvim-web-devicons) (icons) +- [devicons](https://github.com/nvim-tree/nvim-web-devicons) (icons) ### Installation