feat(kotlin): Replace current custom kotlin installation with LspInstall kotlin (#518)

This commit is contained in:
Marek Filipowicz 2021-06-26 20:25:20 +02:00 committed by GitHub
parent b3cd29f863
commit 60175ee0d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 9 deletions

View file

@ -8,7 +8,7 @@
local util = require 'lspconfig/util'
local bin_name = DATA_PATH .. "/lspinstall/kotlin/language-server/server/build/install/server/bin/kotlin-language-server"
local bin_name = DATA_PATH .. "/lspinstall/kotlin/server/bin/kotlin-language-server"
if vim.fn.has('win32') == 1 then
bin_name = bin_name..".bat"
end