vim-bujo
vim-bujo copied to clipboard
A minimalist task manager for vim.
Hi there! Instead of Todo logo which was represented in ```Readme.md``` i have something like that:  What is the problem of that?
Hey, all. I have a lot of love for vim-bujo. It is my first open source project, my first vim plugin, and my side project that people actually use. Unfortunately,...
In (neo)Vim I leave my last search highlighted until I clear it manually (Ctr+l mapped to :noh) as I like the visual hint of where I can jump to next....
It will be really nice to add patters for example to use the same - [ ] instead of -[] as in markdown files.
 Hey, I saw that template addition was not available so I wrote something that will produce the above mentioned result: ``` function AddTemplate(tmpl_file) exe "0read " . a:tmpl_file let...
It would be nice if there were an easy way to add subtasks and keep the indentation.
This variable would allow a user to define their own, or use default mappings. i.e. `g:bujo_default_maps = 1`
would like to keep the file under the git repo instead of global, e.g. a todo.md or something in the git repo(e.g. right under topdir)