neovim: uiua
This commit is contained in:
parent
15f145f7a6
commit
4919762e06
4 changed files with 39 additions and 0 deletions
|
|
@ -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 = {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue