mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-22 17:03:31 +02:00
Fix documentation for deprecated installLanguageServer (#1096)
`plugins.lsp.servers.${serverName}.package` should be `null` instead of `false`
This commit is contained in:
parent
183eac72a9
commit
1e4c4a0add
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue