Skip to content

Commit 960c269

Browse files
committed
tests/plugins/leanls: disable plugins.lsp.leanls in disableLsp
1 parent 7bce9d2 commit 960c269

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/test-sources/plugins/by-name/lean/default.nix

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
lsp = {
1515
enable = true;
1616

17-
servers.leanls.enable = true;
17+
# FIXME: 2025-11-26: Enabling `plugins.lsp.leanls` throws the following warning:
18+
# The option definition `plugins.lsp.servers.leanls' in ... no longer has any effect; please remove it.
19+
# nvim-lspconfig has switched from its own LSP configuration API to neovim's built-in LSP API.
20+
# 'leanls' has not been updated to support neovim's built-in LSP API.
21+
# servers.leanls.enable = true;
1822
};
1923

2024
lean = {

0 commit comments

Comments
 (0)