mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-24 17:58:38 +02:00
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:
parent
2db27bce4f
commit
fb888e4942
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue