aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/roc_ls.lua
blob: fb0921ac3ac6b62726e96bac3b90b8d7d3152973 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---@brief
---
--- https://github.com/roc-lang/roc/tree/main/crates/language_server#roc_language_server
---
--- The built-in language server for the Roc programming language.
--- [Installation](https://github.com/roc-lang/roc/tree/main/crates/language_server#installing)
return {
  cmd = { 'roc_language_server' },
  filetypes = { 'roc' },
  root_markers = { '.git' },
}