Browse Source

formatter and linter section for elm

Chris 4 years ago
parent
commit
d1613ed5e8
1 changed files with 6 additions and 0 deletions
  1. 6 0
      lua/default-config.lua

+ 6 - 0
lua/default-config.lua

@@ -233,6 +233,12 @@ lvim.lang = {
     },
   },
   elm = {
+    formatter = {
+      exe = "",
+      args = {},
+      stdin = true,
+    },
+    linters = {},
     lsp = {
       provider = "elmls",
       setup = {