mirror of
https://github.com/nix-community/nixvim.git
synced 2025-11-30 14:11:03 +01:00
tests/plugins/leanls: disable plugins.lsp.leanls in disableLsp
This commit is contained in:
parent
7bce9d28ea
commit
960c269f6d
1 changed files with 5 additions and 1 deletions
|
|
@ -14,7 +14,11 @@
|
||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
servers.leanls.enable = true;
|
# FIXME: 2025-11-26: Enabling `plugins.lsp.leanls` throws the following warning:
|
||||||
|
# The option definition `plugins.lsp.servers.leanls' in ... no longer has any effect; please remove it.
|
||||||
|
# nvim-lspconfig has switched from its own LSP configuration API to neovim's built-in LSP API.
|
||||||
|
# 'leanls' has not been updated to support neovim's built-in LSP API.
|
||||||
|
# servers.leanls.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
lean = {
|
lean = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue