-
Notifications
You must be signed in to change notification settings - Fork 172
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document initialization options (#2464)
Document all initialization options In a discussion on a recent PR[1], it was mentioned that it would be helpful to document all of the initialization options. Something noteworthy is that Neovim's LspConfig uses `init_options` rather than the VSCode `initializationOptions`. Neovim converts `init_options` to `initializationOptions` under the hood. We can also roll the indexing section into the initialization options section. [1]: https://github.com/Shopify/ruby-lsp/pull/2445/files#r1722069148
- Loading branch information
Showing
1 changed file
with
48 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters