20240908
This commit is contained in:
parent
8f8430f181
commit
2b02e87acd
1 changed files with 8 additions and 1 deletions
|
@ -5,7 +5,14 @@ return {
|
|||
formatters = {
|
||||
prettier_markdown = {
|
||||
command = "prettier",
|
||||
args = { "--stdin-filepath", "$FILENAME", "--config", os.getenv("HOME") .. "/.prettierrc.yaml" },
|
||||
args = {
|
||||
"--stdin-filepath",
|
||||
"$FILENAME",
|
||||
"--config",
|
||||
os.getenv("HOME") .. "/.prettierrc.yaml",
|
||||
"--parser",
|
||||
"markdown",
|
||||
},
|
||||
-- stdin = true,
|
||||
-- options = {
|
||||
-- ext_parsers = {
|
||||
|
|
Loading…
Add table
Reference in a new issue