mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-05 10:35:03 +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
|
@ -15,13 +15,13 @@ require'lspconfig/configs'.jdtls = nil -- important, unset the loaded config aga
|
|||
-- uninstall_script = nil -- can be omitted
|
||||
-- })
|
||||
|
||||
require'lspinstall/servers'.kotlin = vim.tbl_extend('error', config, {
|
||||
install_script = [[
|
||||
git clone https://github.com/fwcd/kotlin-language-server.git language-server
|
||||
cd language-server
|
||||
./gradlew :server:installDist
|
||||
]],
|
||||
uninstall_script = nil -- can be omitted
|
||||
})
|
||||
-- require'lspinstall/servers'.kotlin = vim.tbl_extend('error', config, {
|
||||
-- install_script = [[
|
||||
-- git clone https://github.com/fwcd/kotlin-language-server.git language-server
|
||||
-- cd language-server
|
||||
-- ./gradlew :server:installDist
|
||||
-- ]],
|
||||
-- uninstall_script = nil -- can be omitted
|
||||
-- })
|
||||
|
||||
require'lspinstall'.setup()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue