Bohdan's terminal configuration
0
fork

Configure Feed

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

nvim: make use of the new `jj-log.nvim` customization

bpavuk 4000bb46 1cdf8e10

+6 -1
+6 -1
nvim/.config/nvim/lua/plugins/init.lua
··· 72 72 }, 73 73 74 74 { 75 + "jj-log.nvim", 75 76 url = "https://tangled.org/bpavuk.neocities.org/jj-log.nvim", 76 77 dev = false, -- change to true when working on a local copy of jj-log 77 - opts = {}, 78 + opts = { 79 + out_no_desc = "NO DESC", 80 + out_no_jj_repo = "NO REPO", 81 + out_waiting = "󰔟", 82 + }, 78 83 }, 79 84 }