Ensure HTML gets formatted in neovim
This commit is contained in:
parent
b156ff8c18
commit
47a2590023
@ -28,6 +28,7 @@ return {
|
|||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
go = { "goimports", "gofmt" },
|
go = { "goimports", "gofmt" },
|
||||||
hcl = { "terragrunt_hclfmt" },
|
hcl = { "terragrunt_hclfmt" },
|
||||||
|
html = { "prettierd" },
|
||||||
javascript = { "prettierd" },
|
javascript = { "prettierd" },
|
||||||
json = { "fixjson" },
|
json = { "fixjson" },
|
||||||
lua = { "stylua" },
|
lua = { "stylua" },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user