My configurations for the software I use

Add formatter for css

yemou.pink 61948c32 1bc301be

verified
Changed files
+4
config
kak
+4
config/kak/kakrc
··· 189 189 m-whitespace spaces 4 190 190 } 191 191 192 + hook global WinSetOption filetype=css %{ 193 + set-option buffer formatcmd "prettier --parser css" 194 + } 195 + 192 196 hook global WinSetOption filetype=html %{ 193 197 set-option buffer formatcmd "prettier --parser html" 194 198 }