plugins/lspconfig: init

A simplified replacement for `plugins.lsp`.

Eventually, once the `lsp` and `plugins.lspconfig` modules are mature,
`plugins.lsp` will be deprecated and/or aliased.
This commit is contained in:
Matt Sturgeon 2025-04-28 14:24:52 +01:00
parent 29aa60b43a
commit 556eb29548
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
3 changed files with 92 additions and 2 deletions

View file

@ -29,10 +29,10 @@ 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.lsp`].
If you prefer to use [nvim-lspconfig], see [`plugins.lspconfig`].
[nvim-lspconfig]: https://github.com/neovim/nvim-lspconfig
[`plugins.lsp`]: https://nix-community.github.io/nixvim/plugins/lsp/index.html
[`plugins.lspconfig`]: https://nix-community.github.io/nixvim/plugins/lspconfig/index.html
'';
default = { };
example = {