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

[Idea] Add surrounding lines

Open techhazard opened this issue 7 years ago • 1 comments

You've made a wonderful plugin, I use it all the time :tada: Kudos to you :+1:

Might it be an idea to extend the plugin in such a way that the following headings will be possible?

###############################################################################
##################################### PRISMO ##################################
###############################################################################
###############################################################################
#                                     PRISMO                                  #
###############################################################################

Or perhaps even this?

###############################################################################
#                                     PRISMO                                  #
# Decorate section titles and separators in your code with ease using         #
# vim-prismo. This vim plugin centers your title beautifully and finally      #
# gives your OCD a well-deserved break.                                       #
###############################################################################

techhazard avatar Jan 07 '18 22:01 techhazard

Thanks for the suggestion. Great idea!

I actually took a break from this plugin, and wanted to replace all the code as well (didn't follow the vim plugin pattern design too well, and did some redundant and silly stuff like using registers). When I come back to this (or if anyone lends a hand), this is definitely on the agenda.

guywaldman avatar Jan 07 '18 23:01 guywaldman