feat: use vale-ls for formatting
This still requires the Vale CLI which is installed.
This commit is contained in:
parent
d5cbe7bc98
commit
aa85023022
1 changed files with 2 additions and 0 deletions
|
@ -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 = {},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue