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