The idea behind this plugin is to make as light a layer on top of Vim as possible for editing common constructs in buffers. The plugin should do little more than read from a list/register, write it to a file, and read back from the file. It should rely on Vim to handle complexity whenever possible. Please keep your changes in line with this philosophy.
- Post an issue with the changes you wish to make if it does not already exist.
- Changes to the code should be simple, iterative, and consistent.
- Run vint in the root directory and make any necessary changes.
- Keep documentation easy to read, concise, and up-to-date.
Update
README.md
with simple examples if necessary. Updatebuffest.txt
with any new or missing related information that users need to know.