My configurations for the software I use
1
fork

Configure Feed

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

Change nixfmt to use a line length of 120

yemou 169fceb5 ed4446ed

+1 -1
+1 -1
config/kak/kakrc
··· 193 193 } 194 194 195 195 hook global WinSetOption filetype=nix %{ 196 - set-option buffer formatcmd "nixfmt" 196 + set-option buffer formatcmd "nixfmt -w 120" 197 197 } 198 198 199 199 hook global WinSetOption filetype=java %{