mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +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,
|
lib,
|
||||||
config,
|
config,
|
||||||
|
options,
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
|
@ -29,7 +30,9 @@ in
|
||||||
LSP servers to enable and/or configure.
|
LSP servers to enable and/or configure.
|
||||||
|
|
||||||
This option is implemented using neovim's `vim.lsp` lua API.
|
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
|
[nvim-lspconfig]: https://github.com/neovim/nvim-lspconfig
|
||||||
[`plugins.lspconfig`]: https://nix-community.github.io/nixvim/plugins/lspconfig/index.html
|
[`plugins.lspconfig`]: https://nix-community.github.io/nixvim/plugins/lspconfig/index.html
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue