mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 12:12:13 +02:00
added elm formatter
This commit is contained in:
@@ -25,7 +25,8 @@ return {
|
||||
formatters_by_ft = {
|
||||
lua = { "stylua" },
|
||||
javascript = { "eslint_d" },
|
||||
php = { "phpcbf" }
|
||||
php = { "phpcbf" },
|
||||
elm = { "elm_format" }
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user