bloocky config and fixes

This commit is contained in:
Daniel Winkler 2026-08-07 14:33:48 +10:00
commit 25a88599c1
4 changed files with 25 additions and 3 deletions

View file

@ -19,8 +19,25 @@ later(function()
return
end
require('bloocky').setup({
week_start = "monday",
window = {
-- Width per view: fraction of the editor width (or absolute columns if > 1).
-- A single number applies to every view.
width = {
month = 0.99,
week = 0.99,
day = 0.8,
},
border = "rounded",
},
integrations = {
dooing = {
enabled = true, -- show Dooing todos on their due date
show_done = false, -- also show completed todos
},
},
keymaps = {
toggle = '<leader>cb',
},
})
end)
end)