feat: use vale-ls for formatting

This still requires the Vale CLI which is installed.
This commit is contained in:
Devin Haska 2024-06-07 11:34:29 -07:00
parent d5cbe7bc98
commit aa85023022
No known key found for this signature in database

View file

@ -25,6 +25,7 @@ return {
"djlint", "djlint",
"prettierd", "prettierd",
"stylua", "stylua",
"vale", -- Vale CLI
}, },
auto_update = true, auto_update = true,
automatic_installation = true, automatic_installation = true,
@ -46,6 +47,7 @@ return {
lua_ls = {}, lua_ls = {},
taplo = {}, taplo = {},
tsserver = {}, tsserver = {},
vale_ls = {},
yamlls = {}, yamlls = {},
}, },
}, },