My configurations for the software I use
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add formatter for css

yemou 61948c32 1bc301be

+4
+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 }