kak: no prettificar html ya que pueden llegar a ser Liquid

This commit is contained in:
Cat /dev/Nulo 2021-12-22 13:21:32 -03:00
parent 4b3ba86ece
commit fd4ba05318

View file

@ -29,7 +29,7 @@ colorscheme grayscale-superiority
# }
# hook global KakEnd .* lsp-exit
hook global WinSetOption filetype=(javascript|typescript|json|css|html) %{
hook global WinSetOption filetype=(javascript|typescript|json|css) %{
set-option buffer formatcmd %sh{ echo prettier --stdin-filepath $kak_buffile }
hook buffer BufWritePre .* format-buffer
}