style: increase vim-bujo buffer window width 40 -> 60
This commit is contained in:
parent
5f8e237669
commit
2495f12a5a
1 changed files with 2 additions and 0 deletions
|
|
@ -27,3 +27,5 @@ vim.opt.isfname:append("@-@")
|
|||
|
||||
vim.opt.updatetime = 50
|
||||
|
||||
-- bujo window width
|
||||
vim.api.nvim_set_var('bujo#window_width', 60)
|
||||
|
|
|
|||
Loading…
Reference in a new issue