Use SpaceVim as general IDE for elm

SpaceVim is a community-driven vim distribution. It manages collections of plugins in layers, which help collecting related packages together to provide features.

To enable elm support you just need to enable lang#elm layer:

[[layers]]
  name = "lang#elm"

for more feature or key bindings, you can checkout the lang#elm layer page:

1 Like

Iā€™m not sure how good your experience will be with elm-oracle, the last time I looked at it, it seemed quiet broken. At least for 0.19

So you might want to check out https://github.com/elm-tooling/elm-language-server#editor-support and maybe implement that in spaceVim?

1 Like

SpaceVim support lsp layer, so you can enable language server for elm in spacevim.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.