mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
modules/lsp: update wording for plugins.lspconfig
recommendation
This commit is contained in:
parent
556eb29548
commit
812b2b0903
1 changed files with 4 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
options,
|
||||
...
|
||||
}:
|
||||
let
|
||||
|
@ -29,7 +30,9 @@ in
|
|||
LSP servers to enable and/or configure.
|
||||
|
||||
This option is implemented using neovim's `vim.lsp` lua API.
|
||||
If you prefer to use [nvim-lspconfig], see [`plugins.lspconfig`].
|
||||
|
||||
You may also want to use [nvim-lspconfig] to install _default configs_ for many language servers.
|
||||
This can be installed using [`${options.plugins.lspconfig.enable}`][`plugins.lspconfig`].
|
||||
|
||||
[nvim-lspconfig]: https://github.com/neovim/nvim-lspconfig
|
||||
[`plugins.lspconfig`]: https://nix-community.github.io/nixvim/plugins/lspconfig/index.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue