···31313232 modules = {
3333 jj_msg = function()
3434- result = vim.b.jj_desc
3434+ local result = vim.b.jj_desc
35353636 if not result then
3737 return ""
+6
nvim/.config/nvim/lua/plugins/init.lua
···7070 },
7171 },
7272 },
7373+7474+ {
7575+ url = "https://tangled.org/bpavuk.neocities.org/jj-log.nvim",
7676+ dev = false, -- change to true when working on a local copy of jj-log
7777+ opts = {},
7878+ },
7379}