Skip to content

Commit 812b2b0

Browse files
committed
modules/lsp: update wording for plugins.lspconfig recommendation
1 parent 556eb29 commit 812b2b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

modules/lsp/default.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
lib,
33
config,
4+
options,
45
...
56
}:
67
let
@@ -29,7 +30,9 @@ in
2930
LSP servers to enable and/or configure.
3031
3132
This option is implemented using neovim's `vim.lsp` lua API.
32-
If you prefer to use [nvim-lspconfig], see [`plugins.lspconfig`].
33+
34+
You may also want to use [nvim-lspconfig] to install _default configs_ for many language servers.
35+
This can be installed using [`${options.plugins.lspconfig.enable}`][`plugins.lspconfig`].
3336
3437
[nvim-lspconfig]: https://github.com/neovim/nvim-lspconfig
3538
[`plugins.lspconfig`]: https://nix-community.github.io/nixvim/plugins/lspconfig/index.html

0 commit comments

Comments
 (0)