We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
plugins.lspconfig
1 parent 556eb29 commit 812b2b0Copy full SHA for 812b2b0
modules/lsp/default.nix
@@ -1,6 +1,7 @@
1
{
2
lib,
3
config,
4
+ options,
5
...
6
}:
7
let
@@ -29,7 +30,9 @@ in
29
30
LSP servers to enable and/or configure.
31
32
This option is implemented using neovim's `vim.lsp` lua API.
- 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`].
36
37
[nvim-lspconfig]: https://github.com/neovim/nvim-lspconfig
38
[`plugins.lspconfig`]: https://nix-community.github.io/nixvim/plugins/lspconfig/index.html
0 commit comments