You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
danijar
changed the title
It is possible to enable vim-pencil for comments in programming languages?
Enable for multi-line comments in programming code?
Nov 5, 2016
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!
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?
The text was updated successfully, but these errors were encountered: