From 8dc91c01e2d2b52368bc8001cc404fe5d796f53e Mon Sep 17 00:00:00 2001 From: Soliprem Date: Tue, 8 Oct 2024 10:49:38 +0200 Subject: [PATCH] kotlin: removed redundant description --- modules/plugins/languages/kotlin.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/plugins/languages/kotlin.nix b/modules/plugins/languages/kotlin.nix index 8faf19f4..4f429acd 100644 --- a/modules/plugins/languages/kotlin.nix +++ b/modules/plugins/languages/kotlin.nix @@ -54,7 +54,7 @@ in { }; lsp = { - enable = mkEnableOption "Kotlin LSP support (kotlin_language_server)" // {default = config.vim.languages.enableLSP;}; + enable = mkEnableOption "Kotlin LSP support" // {default = config.vim.languages.enableLSP;}; package = mkOption { description = "kotlin_language_server package with Kotlin runtime";