feat: add elm tree sitter grammar and elmls configuration

This commit is contained in:
Youwen Wu 2025-02-16 19:05:27 -08:00
parent 1b482192f4
commit 84fe2d3a62
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3
3 changed files with 4 additions and 1 deletions

View file

@ -131,6 +131,7 @@
meson
nu
tsx
elm
])
))
# for some reason trigger_load still fails to load this in the

View file

@ -20,5 +20,6 @@
:tex
:rst
:typst]})
(lspconfig.fennel_ls.setup {}))
(lspconfig.fennel_ls.setup {})
(lspconfig.elmls.setup {}))
{})}

1
lua/lsp/init.lua generated
View file

@ -18,6 +18,7 @@ local function _1_()
lspconfig.nushell.setup({})
lspconfig.vale_ls.setup({filetypes = {"markdown", "text", "tex", "rst", "typst"}})
lspconfig.fennel_ls.setup({})
lspconfig.elmls.setup({})
end
return {}
end