We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aeb52f commit d628becCopy full SHA for d628bec
modules/nvim/default.nix
@@ -49,6 +49,7 @@ let
49
tree-sitter-java
50
tree-sitter-lua
51
tree-sitter-python
52
+ tree-sitter-erlang
53
tree-sitter-gleam
54
tree-sitter-elm
55
tree-sitter-html
modules/nvim/lua/minizilla/lsp.lua
@@ -139,6 +139,10 @@ lspconfig.elmls.setup {
139
capabilities = capabilities,
140
}
141
142
+lspconfig.elp.setup {
143
+ capabilities = capabilities,
144
+}
145
+
146
lspconfig.gleam.setup {
147
148
0 commit comments