diff options
author | Luc Sinet <[email protected]> | 2021-08-01 12:02:19 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-01 10:02:19 +0000 |
commit | 341a17daa60562f553e41c4c6792a6c917d8d9ef (patch) | |
tree | 4dc4703c55b27d097756fb170b51e22c475f5d6c /lua/default-config.lua | |
parent | e2dd993ce753f8d28e6c32c4697ba51cc8ace2bb (diff) |
Fix formatting issues (#1200)
Diffstat (limited to 'lua/default-config.lua')
-rw-r--r-- | lua/default-config.lua | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/default-config.lua b/lua/default-config.lua index 41a42171..739612af 100644 --- a/lua/default-config.lua +++ b/lua/default-config.lua @@ -407,10 +407,10 @@ lvim.lang = { on_attach = common_on_attach, on_init = common_on_init, -- init_options = { - -- elmAnalyseTrigger = "change", - -- elmFormatPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/elm-format", - -- elmPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/", - -- elmTestPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/elm-test", + -- elmAnalyseTrigger = "change", + -- elmFormatPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/elm-format", + -- elmPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/", + -- elmTestPath = DATA_PATH .. "/lspinstall/elm/node_modules/.bin/elm-test", -- }, }, }, |