tests/plugins/leanls: disable plugins.lsp.leanls in disableLsp

(cherry picked from commit 960c269f6d)
This commit is contained in:
Gaetan Lepage 2025-11-26 23:21:53 +01:00 committed by Matt Sturgeon
parent fb9bb5d548
commit c2cc8b5a18

View file

@ -14,7 +14,11 @@
lsp = {
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 = {