nix/home/file/nvim/module/plugin/lsp/Kotlin.lua

4 lines
83 B
Lua

local lspconfig = require("lspconfig")
lspconfig.kotlin_language_server.setup({})