diff options
Diffstat (limited to 'dot_config/nvim_new/lsp/uiua.lua')
| -rw-r--r-- | dot_config/nvim_new/lsp/uiua.lua | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dot_config/nvim_new/lsp/uiua.lua b/dot_config/nvim_new/lsp/uiua.lua new file mode 100644 index 0000000..3d210d3 --- /dev/null +++ b/dot_config/nvim_new/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' }, +} |
