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.
9 lines
123 B
Lua
9 lines
123 B
Lua
return {
|
|
"vuciv/vim-bujo",
|
|
cmd = "Todo",
|
|
config = function()
|
|
vim.cmd [[
|
|
let g:bujo#window_width = 100
|
|
]]
|
|
end,
|
|
}
|