1
0
Fork 0

neovim: uiua

This commit is contained in:
Jeremy Kaplan 2025-12-10 21:16:27 -05:00
commit 4919762e06
4 changed files with 39 additions and 0 deletions

View file

@ -152,6 +152,22 @@ local theme = lush(function(injected_functions)
IlluminatedWordRead { IlluminatedWordText },
IlluminatedWordWrite { IlluminatedWordText, underline = true },
-- Apeiros-46B/uiua.vim
uiuaRed { fg='#ed5e6a' },
uiuaOrange { fg='#ff8855' },
uiuaYellow { fg='#f0c36f' },
uiuaBeige { fg='#d7be8c' },
uiuaGreen { fg='#95d16a' },
uiuaAqua { fg='#6ad9ce' },
uiuaBlue { fg='#54b0fc' },
uiuaIndigo { fg='#8078f1' },
uiuaPurple { fg='#cc6be9' },
uiuaPink { fg='#f576d8' },
uiuaLightPink { fg='#f5a9b8' },
uiuaFaded { fg='#888888' },
-- uiuaForegroundDark
-- uiuaForegroundLight
-- For :Lushify to work, the groups have to be spelled as `sym` called
-- on a string literal.

View file

@ -152,6 +152,22 @@ local theme = lush(function(injected_functions)
IlluminatedWordRead { IlluminatedWordText },
IlluminatedWordWrite { IlluminatedWordText, underline = true },
-- Apeiros-46B/uiua.vim
uiuaRed { fg='#ed5e6a' },
uiuaOrange { fg='#f08050' },
uiuaYellow { fg='#f0c36f' },
uiuaBeige { fg='#d7be8c' },
uiuaGreen { fg='#95d16a' },
uiuaAqua { fg='#11cc99' }, --
uiuaBlue { fg='#54b0fc' },
uiuaIndigo { fg='#8078f1' },
uiuaPurple { fg='#cc6be9' },
uiuaPink { fg='#f576d8' },
uiuaLightPink { fg='#f5a9b8' },
uiuaFaded { fg='#888888' },
-- uiuaForegroundDark
-- uiuaForegroundLight
-- For :Lushify to work, the groups have to be spelled as `sym` called
-- on a string literal.

View file

@ -42,6 +42,8 @@ vim.lsp.config("eslint", {
end,
})
vim.lsp.enable("uiua")
return {
-- HUD
{
@ -440,6 +442,10 @@ return {
version = "^6",
lazy = false,
},
{
"Apeiros-46B/uiua.vim",
lazy = false,
},
{
"mason-org/mason-lspconfig.nvim",
opts = {},