mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-02 17:14:56 +02:00
added default elixir formatter (#934)
This commit is contained in:
parent
1a26b973d1
commit
623c2e62b5
2 changed files with 22 additions and 1 deletions
|
@ -123,7 +123,13 @@ O = {
|
|||
efm = {},
|
||||
elm = {},
|
||||
emmet = { active = false },
|
||||
elixir = {},
|
||||
elixir = {
|
||||
formatter = {
|
||||
exe = "mix",
|
||||
args = { "format" },
|
||||
stdin = true,
|
||||
},
|
||||
},
|
||||
graphql = {},
|
||||
go = {
|
||||
formatter = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue