plugins/lsp: use pkgs.lean4 for leanls

https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.txt#leanls
This commit is contained in:
Gaetan Lepage 2024-01-18 17:10:19 +01:00 committed by Gaétan Lepage
parent 2db27bce4f
commit fb888e4942

View file

@ -290,7 +290,7 @@ with lib; let
{ {
name = "leanls"; name = "leanls";
description = "Enable leanls, for Lean"; description = "Enable leanls, for Lean";
package = pkgs.lean; package = pkgs.lean4;
} }
{ {
name = "ltex"; name = "ltex";