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

@ -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 = {},