feat: switch to jetbrains kotlin lsp
This commit is contained in:
parent
ebdfd6f45a
commit
d430a7faa1
2
init.lua
2
init.lua
|
@ -655,7 +655,7 @@ require('lazy').setup({
|
||||||
clangd = {},
|
clangd = {},
|
||||||
gopls = {},
|
gopls = {},
|
||||||
pyright = {},
|
pyright = {},
|
||||||
kotlin_language_server = {},
|
kotlin_lsp = {},
|
||||||
phpactor = {},
|
phpactor = {},
|
||||||
-- rust_analyzer = {},
|
-- rust_analyzer = {},
|
||||||
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
-- ... etc. See `:help lspconfig-all` for a list of all the pre-configured LSPs
|
||||||
|
|
Loading…
Reference in New Issue