From 87b7145aab85faf36a527e616ffc66d247af30b0 Mon Sep 17 00:00:00 2001 From: Mustafa Hayati Date: Thu, 30 Mar 2023 09:01:53 +0330 Subject: [PATCH] fix: update docs to use the new repo name for nvim-web-devicons. (#960) Co-authored-by: Shadman <13149513+shadmansaleh@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 53857ff..cdf00c2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,7 +32,7 @@ Good luck! and run tests with [plenary-test][plenary.nvim] these will be run on CI. If you want you can run tests & linter locally with `make test` & `make lint` respectively. Or `make check` to run both linter & tests. For running tests you'll have to make sure lualine.nvim, [plenary.nvim][plenary.nvim] and - [nvim-web-devicons](https://github.com/kyazdani42/nvim-web-devicons) are in same directory. + [nvim-web-devicons](https://github.com/nvim-tree/nvim-web-devicons) are in same directory. - Lua codebase gets formatted with [stylua](https://github.com/JohnnyMorganz/StyLua) in CI. So you can ignore formatting. But if you want to submit formatted PR you can run formatter locally with `make format`.