添加bookmarks插件。
This commit is contained in:
@@ -5,20 +5,30 @@ return {
|
||||
xml = { "xmlformatter" },
|
||||
json = { "prettier" },
|
||||
cfg = { "prettier" },
|
||||
lua = { "stylua" },
|
||||
},
|
||||
formatters = {
|
||||
xmlformatter = {
|
||||
command = "xmlformat",
|
||||
args = {
|
||||
"--indent", "4", "-"
|
||||
"--indent",
|
||||
"4",
|
||||
"-",
|
||||
},
|
||||
stdin = true,
|
||||
},
|
||||
prettier = {
|
||||
prepend_args = {
|
||||
"--tab-width", "4"
|
||||
}
|
||||
}
|
||||
}
|
||||
"--tab-width",
|
||||
"4",
|
||||
},
|
||||
},
|
||||
stylua = {
|
||||
prepend_args = {
|
||||
"--indent-width",
|
||||
"4",
|
||||
},
|
||||
},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user