RishabhRD / nvim-cheat.sh

cheat.sh integration for neovim in elegant way
152 stars 8 forks source link

refactor the source into different files and reduce code duplication #9

Closed RishabhRD closed 3 years ago

RishabhRD commented 3 years ago

Well while writing the plugin, I didn't have any idea that its source would even get more than 130 lines. However, as more and more users suggested new things we made those things to the plugin.

There are many more things that still need to be done. However, a single source file with duplicated lines would really make it error-prone in near future.

So, instead of that, it's the right time to do a refactor. :sweat_smile: