nvim: add kotlin ls
This commit is contained in:
parent
c942f340ab
commit
2a94a81329
1 changed files with 1 additions and 0 deletions
|
@ -263,6 +263,7 @@ M.lspconfig = function()
|
|||
'cssls',
|
||||
'eslint',
|
||||
'jsonls',
|
||||
'kotlin_language_server',
|
||||
}
|
||||
for _, lsp in pairs(lsp_servers) do
|
||||
nvim_lsp[lsp].setup {
|
||||
|
|
Loading…
Add table
Reference in a new issue