Fix documentation for deprecated installLanguageServer (#1096)

`plugins.lsp.servers.${serverName}.package` should be `null` instead of `false`
This commit is contained in:
Lin Xianyi 2024-02-15 15:57:47 +08:00 committed by GitHub
parent 183eac72a9
commit 1e4c4a0add
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@ in {
serverName: serverName:
mkRemovedOptionModule mkRemovedOptionModule
["plugins" "lsp" "servers" serverName "installLanguageServer"] ["plugins" "lsp" "servers" serverName "installLanguageServer"]
"If you want to not install the language server package, set `plugins.lsp.servers.${serverName}.package` to `false`." "If you want to not install the language server package, set `plugins.lsp.servers.${serverName}.package` to `null`."
) )
[ [
"astro" "astro"