mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
plugins/nvim-lsp: add kotlin language server
This commit is contained in:
parent
f3f2c91b1e
commit
ab8377f319
2 changed files with 6 additions and 0 deletions
|
@ -190,6 +190,11 @@ with lib; let
|
|||
# nixpkgs.
|
||||
package = null;
|
||||
}
|
||||
{
|
||||
name = "kotlin-language-server";
|
||||
description = "Enable kotlin language server";
|
||||
serverName = "kotlin_language_server";
|
||||
}
|
||||
{
|
||||
name = "ltex";
|
||||
description = "Enable ltex-ls, for LanguageTool";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue