add html to files handled by prettier in neovim
This commit is contained in:
parent
d266e36435
commit
68a64a0002
1 changed files with 1 additions and 0 deletions
|
|
@ -174,6 +174,7 @@
|
|||
lua = [ "stylua" ];
|
||||
python = [ "black" ];
|
||||
nix = [ "nixfmt" ];
|
||||
html = [ "prettier" ];
|
||||
javascript = [ "prettier" ];
|
||||
css = [ "prettier" ];
|
||||
json = [ "prettier" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue