forked from dineshsalunke/nvim-config
refactor: add css html and svg formatter
This commit is contained in:
parent
eaf23496e9
commit
4209b2e5fd
@ -15,6 +15,9 @@ return {
|
|||||||
jsonc = { "prettierd" },
|
jsonc = { "prettierd" },
|
||||||
go = { "gofumpt", "goimports" },
|
go = { "gofumpt", "goimports" },
|
||||||
yaml = { "prettierd" },
|
yaml = { "prettierd" },
|
||||||
|
css = { "prettierd" },
|
||||||
|
html = { "prettierd" },
|
||||||
|
svg = { "prettierd" },
|
||||||
},
|
},
|
||||||
format_on_save = {
|
format_on_save = {
|
||||||
timeout_ms = 500,
|
timeout_ms = 500,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user