This is a simple Vim plugin that provides Uiua integration. Features include:
- file detection
- syntax highlighting
- commands and code evaluation (see below)
Install using your favorite package manager.
Plug 'sputnick1124/uiua.vim'
require("lazy").setup({
"sputnick1124/uiua.vim",
})
:UiuaRun
- run the current file:UiuaTest
- test the current file:UiuaFmt
- format the current file:UiuaEval
- evaluate the current line (or visual range):UiuaPad
- create link to Uiua pad with current buffer (or selected visual range)- URL will be copied to system clipboard if
g:uiua_clip_command
is provided
- URL will be copied to system clipboard if
- Optional automatic LSP setup (for neovim >= 0.8.0)
-
:UiuaWatch
- Statusline addon
- Logo