add html to files handled by prettier in neovim
This commit is contained in:
parent
141f7e28e6
commit
b8c4831a4c
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