John Andrew Owen

Results 3 comments of John Andrew Owen

Not presently but it's a good idea. If a get a spare moment I'll add that feature. A PR is always welcome.

I'll probably need to figure out a good API for doing more than just boolean state. If you have any thoughts on that I'd be interested to hear it.

I had the same issue, but realised I had [vim-pencil](https://github.com/reedes/vim-pencil) enabled with ``` Plug 'reedes/vim-pencil' augroup pencil autocmd! autocmd FileType markdown,mkd call pencil#init() autocmd FileType text call pencil#init() augroup END...