My configurations for the software I use
1
fork

Configure Feed

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

Remove goimports from kakrc

goimports can get pretty annoying with how it removes unused imports.
This wouldn't be an issue if I didn't frequently save files

yemou 83170af0 dc62a4af

-9
-9
config/kak/kakrc
··· 74 74 } 75 75 } 76 76 77 - hook -group lsp global WinSetOption filetype=go %{ 78 - hook -group lsp-format buffer BufWritePost .* %{ 79 - evaluate-commands %sh{ 80 - goimports -e -w "$kak_buffile" 81 - } 82 - edit! 83 - } 84 - } 85 - 86 77 # Column Indicator 87 78 define-command -params 2..3 -docstring \ 88 79 "Add or remove column indicators. Takes three arguments: <add|remove> <column_number> <color>