{ ... }: {
text = ''
local lspconfig = require("lspconfig")
lspconfig.kotlin_language_server.setup {}
'';
}