mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-08-03 09:52:27 +00:00
docs: fix Neovim name casing everywhere (#1520)
This commit is contained in:
parent
b2e9d7bbcd
commit
1e9fea0337
14 changed files with 21 additions and 21 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue