blob: c5a3df3090881eca897db8b3cbff62aac5c5ffbe (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
---@brief
---
--- https://koka-lang.github.io/koka/doc/index.html
--- Koka is a functional programming language with effect types and handlers.
---@type vim.lsp.Config
return {
cmd = { 'koka', '--language-server', '--lsstdio' },
filetypes = { 'koka' },
root_markers = { '.git' },
}
|