nix/home/config/nvim/module/plugin/lsp/Kotlin.nix

9 lines
121 B
Nix
Raw Normal View History

{ ... }:
{
text = ''
local lspconfig = require("lspconfig")
2024-04-06 03:03:58 +03:00
lspconfig.kotlin_language_server.setup {}
'';
2024-04-06 03:03:58 +03:00
}