๐Ÿ”’ Backup for my config files
dotfiles
0
fork

Configure Feed

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

add jj tug

kacaii 74ce1c99 a695d9ba

+2
+1
.config/jj/config.toml
··· 78 78 mark = ["bookmark", "set", "-r", "@"] 79 79 track = ["bookmark", "track"] 80 80 push = ["git", "push"] 81 + tug = ["bookmark", "move", "--from", "heads(::@- & bookmarks())", "--to", "@-"] 81 82 82 83 [colors] 83 84 change_id = "magenta"
+1
.config/nvim/lua/plugins/conform.lua
··· 5 5 formatters_by_ft = { 6 6 sql = { "sqlfluff" }, 7 7 gleam = { "gleam", "rustywind" }, 8 + markdown = {}, 8 9 }, 9 10 10 11 formatters = {