File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 3
3
This is a Neovim plugin/library for generating statusline components from the built-in LSP client.
4
4
5
5
## Notices
6
+ - ** 2020/11/19** : Please note that the default diagnostics symbols require Font Awesome or a [ Nerd
7
+ Font] ( https://www.nerdfonts.com/ ) . You may also change the diagnostics symbols as shown in the
8
+ [ configuration] ( #configuration ) section.
6
9
- ** 2020/11/13** : Due to [ this PR] ( https://github.com/neovim/neovim/pull/12655 ) , you must update to
7
10
the latest Neovim ` master ` to avoid errors with the old diagnostics API. See [ issue
8
11
#19 ] ( https://github.com/nvim-lua/lsp-status.nvim/issues/19 ) for more information.
Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ You need to be running a version of Neovim recent enough to have the native
22
22
LSP client included. It's also recommended to use
23
23
https://github.com/neovim/nvim-lsp .
24
24
25
+ Please note that the default diagnostics symbols require Font Awesome or a Nerd
26
+ Font (https://www.nerdfonts.com/ ). You may also change the diagnostics symbols
27
+ as shown in the configuration section of the README.
28
+
25
29
==============================================================================
26
30
FEATURES *lsp-status-intro-features*
27
31
You can’t perform that action at this time.
0 commit comments