WIP
Vim-Plug (Recommended)
- Add `Plug 'erichugo/simplechecklist.vim' to your vimrc (vim) or init.vim (neovim) file
- Open a new instance of Vim/Neovim
- Run
:PlugInstall
Many other plugin managers are available. If you use a different one I am sure you know how.
simplechecklist.vim is active only for filetype .chk, which includes highlighting. Thus a simple way to use is:
vim TODO.chkOnce in vim/neovim all newlines will create a new checklist entry. E.g.:
-> [ ] Add README
-> [ ]
Entries can be toggled as complete or not in normal and visual mode with
<leader>z