My configurations for the software I use

kak: Adjust settings for HTML files

Use default column indicator.
Use prettier for formatting.

yemou.pink 056f77cd 0d803b70

verified
Changed files
+3 -4
config
kak
+3 -4
config/kak/kakrc
··· 182 182 m-whitespace spaces 2 183 183 } 184 184 185 - # hook global WinSetOption filetype=html %{ 186 - # m-columnindicator remove 100 187 - # m-columnindicator add 120 188 - # } 185 + hook global WinSetOption filetype=html %{ 186 + set-option buffer formatcmd "prettier --parser html" 187 + } 189 188 190 189 hook global WinSetOption filetype=nix %{ 191 190 set-option buffer formatcmd "nixpkgs-fmt"