kak: no prettificar html ya que pueden llegar a ser Liquid
This commit is contained in:
parent
4b3ba86ece
commit
fd4ba05318
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ colorscheme grayscale-superiority
|
||||||
# }
|
# }
|
||||||
# hook global KakEnd .* lsp-exit
|
# 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 }
|
set-option buffer formatcmd %sh{ echo prettier --stdin-filepath $kak_buffile }
|
||||||
hook buffer BufWritePre .* format-buffer
|
hook buffer BufWritePre .* format-buffer
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue