File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33This 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.
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
2222LSP client included. It's also recommended to use
2323https://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==============================================================================
2630FEATURES *lsp-status-intro-features*
2731
You can’t perform that action at this time.
0 commit comments