mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 15:19:26 +02:00
feat(kotlin): Replace current custom kotlin installation with LspInstall kotlin (#518)
This commit is contained in:
parent
b3cd29f863
commit
60175ee0d6
2 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue