aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/uiua.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/uiua.lua')
-rw-r--r--lsp/uiua.lua10
1 files changed, 5 insertions, 5 deletions
diff --git a/lsp/uiua.lua b/lsp/uiua.lua
index 0da905e4..3d210d37 100644
--- a/lsp/uiua.lua
+++ b/lsp/uiua.lua
@@ -1,10 +1,10 @@
---@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`
+--- 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' },