mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
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:
parent
29aa60b43a
commit
556eb29548
3 changed files with 92 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue