aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/koka.lua
blob: 29ab7fafcf7e833b50a5253435e439b46ff5995e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
---@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' },
}