mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-08-22 17:43:13 -04:00
bloocky config and fixes
This commit is contained in:
parent
92729cff56
commit
25a88599c1
4 changed files with 25 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue