feat: add elm tree sitter grammar and elmls configuration
This commit is contained in:
parent
1b482192f4
commit
84fe2d3a62
3 changed files with 4 additions and 1 deletions
|
@ -131,6 +131,7 @@
|
||||||
meson
|
meson
|
||||||
nu
|
nu
|
||||||
tsx
|
tsx
|
||||||
|
elm
|
||||||
])
|
])
|
||||||
))
|
))
|
||||||
# for some reason trigger_load still fails to load this in the
|
# for some reason trigger_load still fails to load this in the
|
||||||
|
|
|
@ -20,5 +20,6 @@
|
||||||
:tex
|
:tex
|
||||||
:rst
|
:rst
|
||||||
:typst]})
|
:typst]})
|
||||||
(lspconfig.fennel_ls.setup {}))
|
(lspconfig.fennel_ls.setup {})
|
||||||
|
(lspconfig.elmls.setup {}))
|
||||||
{})}
|
{})}
|
||||||
|
|
1
lua/lsp/init.lua
generated
1
lua/lsp/init.lua
generated
|
@ -18,6 +18,7 @@ local function _1_()
|
||||||
lspconfig.nushell.setup({})
|
lspconfig.nushell.setup({})
|
||||||
lspconfig.vale_ls.setup({filetypes = {"markdown", "text", "tex", "rst", "typst"}})
|
lspconfig.vale_ls.setup({filetypes = {"markdown", "text", "tex", "rst", "typst"}})
|
||||||
lspconfig.fennel_ls.setup({})
|
lspconfig.fennel_ls.setup({})
|
||||||
|
lspconfig.elmls.setup({})
|
||||||
end
|
end
|
||||||
return {}
|
return {}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue