We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bce9d2 commit 960c269Copy full SHA for 960c269
tests/test-sources/plugins/by-name/lean/default.nix
@@ -14,7 +14,11 @@
14
lsp = {
15
enable = true;
16
17
- servers.leanls.enable = true;
+ # 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;
22
};
23
24
lean = {
0 commit comments