add html to files handled by prettier in neovim

This commit is contained in:
Sean Kovacs 2026-01-29 20:20:45 -05:00
commit 68a64a0002
Signed by: sckova
GPG key ID: 00F325187C68651A

View file

@ -174,6 +174,7 @@
lua = [ "stylua" ];
python = [ "black" ];
nix = [ "nixfmt" ];
html = [ "prettier" ];
javascript = [ "prettier" ];
css = [ "prettier" ];
json = [ "prettier" ];