vim-pencil icon indicating copy to clipboard operation
vim-pencil copied to clipboard

Enable for multi-line comments in programming code?

Open danijar opened this issue 9 years ago • 1 comments

The auto formatting feature is super useful. I wish I had that for multi-line comments in Python. Is there a way to get that?

danijar avatar Nov 05 '16 23:11 danijar

Pencil is enabling Vim's native autoformat, which you can do independently of pencil with the command set fo+=a . However, I'm not sure how well it works with comments.

I can't see HardPencil mode useable with pure code buffers though, as the settings are largely geared towards prose.

Glad to find that you're finding the plugin useful!

reedes avatar Nov 08 '16 00:11 reedes