9 lines
121 B
Nix
9 lines
121 B
Nix
{ ... }:
|
|
{
|
|
text = ''
|
|
local lspconfig = require("lspconfig")
|
|
|
|
lspconfig.kotlin_language_server.setup {}
|
|
'';
|
|
}
|