docs: fix Neovim name casing everywhere (#1520)

This commit is contained in:
Andrew Voynov 2025-03-17 05:12:06 +03:00 committed by GitHub
parent b2e9d7bbcd
commit 1e9fea0337
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 21 additions and 21 deletions

View file

@ -152,7 +152,7 @@ impl ServerState {
///
/// we do want to focus the file implicitly by `textDocument/diagnostic`
/// (pullDiagnostics mode), as suggested by language-server-protocol#718,
/// however, this has poor support, e.g. since neovim 0.10.0.
/// however, this has poor support, e.g. since Neovim 0.10.0.
pub fn implicit_focus_entry(
&mut self,
new_entry: impl FnOnce() -> Option<ImmutPath>,