Skip to content

Commit

Permalink
README: fixed nvim-web-devicons typos
Browse files Browse the repository at this point in the history
nvim-wev-devicons -> nvim-web-devicons
  • Loading branch information
richardhbtz authored Jun 20, 2024
1 parent 6814858 commit 34bb823
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ No one lsp client:&nbsp;<img src="https://github.com/dokwork/lualine-ex/assets/6
This component shows a name and appropriate icon of the first active lsp client for the current
buffer.

An icon and a color are taken from the `icons` table or `nvim-wev-devicons` plugin (if it's installed).
If no one icon was found for the lsp client neither in `icons`, nor in `nvim-wev-devicons`, the `unknown` icon
An icon and a color are taken from the `icons` table or `nvim-web-devicons` plugin (if it's installed).
If no one icon was found for the lsp client neither in `icons`, nor in `nvim-web-devicons`, the `unknown` icon
will be used. For the case, when no one server is run, the component is in disabled state and has
the `lsp_is_off` icon.

Expand Down Expand Up @@ -455,7 +455,7 @@ sections = {
[demo](https://asciinema.org/a/550273)

This component provides information about status of all run LSP servers. Every server has its own
color and icon, which can be taken from the option `icons` or plugin `nvim-wev-devicons` (if it's
color and icon, which can be taken from the option `icons` or plugin `nvim-web-devicons` (if it's
installed).

When some of already run servers is not active for the current buffer, it is in _disabled_ state.
Expand Down

0 comments on commit 34bb823

Please sign in to comment.