blob: 3d210d377894d2456852771cc2a2bf2419338857 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---@brief
---
--- https://github.com/uiua-lang/uiua/
---
--- The builtin language server of the Uiua interpreter.
---
--- The Uiua interpreter can be installed with `cargo install uiua`
return {
cmd = { 'uiua', 'lsp' },
filetypes = { 'uiua' },
root_markers = { 'main.ua', '.fmt.ua', '.git' },
}
|