aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/uiua.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/uiua.lua')
-rw-r--r--lsp/uiua.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/lsp/uiua.lua b/lsp/uiua.lua
new file mode 100644
index 00000000..a47c2475
--- /dev/null
+++ b/lsp/uiua.lua
@@ -0,0 +1,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' },
+}