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", },
|
||||
python = { "black" },
|
||||
C = { "clang-format"},
|
||||
typst = { "prettypst" }
|
||||
},
|
||||
formatters = {
|
||||
prettypst = {
|
||||
args = { "--use-std-in", "--use-std-out" }
|
||||
}
|
||||
},
|
||||
format_on_save = {
|
||||
timeout_ms = 500,
|
||||
|
|
|
@ -24,6 +24,7 @@ let
|
|||
"libnotify"
|
||||
"mutt-wizard"
|
||||
"powertop"
|
||||
"prettypst"
|
||||
"wl-clipboard"
|
||||
# temporary home manager things
|
||||
"eww"
|
||||
|
|
Loading…
Reference in a new issue