nvim/lua/custom/plugins/vim-bujo.lua
Simon Lasbrugnas 7c9a5b2a9f
feat: add vim-bujo
add back vim-bujo after a long while, it might be useful in some cases
for some projects where I don't want to forget some things.

vim-bujo cache (~/.cache/bujo/) will also be committed to the dotfiles
repository to share it between computers.
2025-03-05 14:43:36 +01:00

9 lines
123 B
Lua

return {
"vuciv/vim-bujo",
cmd = "Todo",
config = function()
vim.cmd [[
let g:bujo#window_width = 100
]]
end,
}