feat(nvim): prettypst formatting
This commit is contained in:
parent
6ec283a1a7
commit
47bed4aec0
2 changed files with 7 additions and 0 deletions
|
@ -118,6 +118,12 @@ require("conform").setup({
|
||||||
javascript = { "prettier", },
|
javascript = { "prettier", },
|
||||||
python = { "black" },
|
python = { "black" },
|
||||||
C = { "clang-format"},
|
C = { "clang-format"},
|
||||||
|
typst = { "prettypst" }
|
||||||
|
},
|
||||||
|
formatters = {
|
||||||
|
prettypst = {
|
||||||
|
args = { "--use-std-in", "--use-std-out" }
|
||||||
|
}
|
||||||
},
|
},
|
||||||
format_on_save = {
|
format_on_save = {
|
||||||
timeout_ms = 500,
|
timeout_ms = 500,
|
||||||
|
|
|
@ -24,6 +24,7 @@ let
|
||||||
"libnotify"
|
"libnotify"
|
||||||
"mutt-wizard"
|
"mutt-wizard"
|
||||||
"powertop"
|
"powertop"
|
||||||
|
"prettypst"
|
||||||
"wl-clipboard"
|
"wl-clipboard"
|
||||||
# temporary home manager things
|
# temporary home manager things
|
||||||
"eww"
|
"eww"
|
||||||
|
|
Loading…
Reference in a new issue