docs: typo

This commit is contained in:
Ching Pei Yang 2025-04-13 14:35:14 +02:00
commit fdb8297aea
No known key found for this signature in database
GPG key ID: B3841364253DC4C8

View file

@ -1,6 +1,6 @@
# LSP Custom Packages/Command {#sec-languages-custom-lsp-packages} # LSP Custom Packages/Command {#sec-languages-custom-lsp-packages}
In any of the `opt.languages.<language>.lsp.package` options you can provide In any of the `vim.languages.<language>.lsp.package` options you can provide
your own LSP package, or provide the command to launch the language server, as a your own LSP package, or provide the command to launch the language server, as a
list of strings. You can use this to skip automatic installation of a language list of strings. You can use this to skip automatic installation of a language
server, and instead use the one found in your `$PATH` during runtime, for server, and instead use the one found in your `$PATH` during runtime, for