fix: update docs to use the new repo name for nvim-web-devicons. (#960)
Co-authored-by: Shadman <13149513+shadmansaleh@users.noreply.github.com>
This commit is contained in:
parent
6a444d9901
commit
87b7145aab
|
@ -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`.
|
||||
|
|
Loading…
Reference in New Issue