add prettypst
This commit is contained in:
parent
ed66331b72
commit
1dfc84ae91
|
|
@ -276,12 +276,18 @@ require('lazy').setup({
|
||||||
scss = { 'prettierd' },
|
scss = { 'prettierd' },
|
||||||
html = { 'prettierd' },
|
html = { 'prettierd' },
|
||||||
markdown = { 'prettierd' },
|
markdown = { 'prettierd' },
|
||||||
|
typst = { 'prettypst' },
|
||||||
-- Conform can also run multiple formatters sequentially
|
-- Conform can also run multiple formatters sequentially
|
||||||
-- python = { "isort", "black" },
|
-- python = { "isort", "black" },
|
||||||
--
|
--
|
||||||
-- You can use 'stop_after_first' to run the first available formatter from the list
|
-- You can use 'stop_after_first' to run the first available formatter from the list
|
||||||
-- javascript = { "prettierd", "prettier", stop_after_first = true },
|
-- javascript = { "prettierd", "prettier", stop_after_first = true },
|
||||||
},
|
},
|
||||||
|
formatters = {
|
||||||
|
prettypst = {
|
||||||
|
prepend_args = { '--style=default', '--use-configuration' },
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue