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