summaryrefslogtreecommitdiff
path: root/ftplugin/kotlin.lua
diff options
context:
space:
mode:
Diffstat (limited to 'ftplugin/kotlin.lua')
-rw-r--r--ftplugin/kotlin.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/kotlin.lua b/ftplugin/kotlin.lua
index dbd800b9..8d034e6f 100644
--- a/ftplugin/kotlin.lua
+++ b/ftplugin/kotlin.lua
@@ -1,3 +1,7 @@
+if require("lv-utils").check_lsp_client_active "kotlin_language_server" then
+ return
+end
+
--- default config for gradle-projects of the
--- kotlin-language-server: https://github.com/fwcd/kotlin-language-server
---