Skip to content

Commit fb6b54e

Browse files
committed
Fix #21
1 parent 0444418 commit fb6b54e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
This is a Neovim plugin/library for generating statusline components from the built-in LSP client.
44

55
## 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.
69
- **2020/11/13**: Due to [this PR](https://github.com/neovim/neovim/pull/12655), you must update to
710
the latest Neovim `master` to avoid errors with the old diagnostics API. See [issue
811
#19](https://github.com/nvim-lua/lsp-status.nvim/issues/19) for more information.

doc/lsp-status.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ You need to be running a version of Neovim recent enough to have the native
2222
LSP client included. It's also recommended to use
2323
https://github.com/neovim/nvim-lsp.
2424

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+
2529
==============================================================================
2630
FEATURES *lsp-status-intro-features*
2731

0 commit comments

Comments
 (0)