1

Update generated nvim config

This commit is contained in:
2024-06-05 22:05:42 +02:00
parent 859ee3a2ba
commit 075fe5f587
1292 changed files with 152601 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Contributing
If you open a PR please consider the following:
- If you're adding new functionality, please open an issue to discuss the design of the new feature
- How the end user will consume your new feature. It's often easier to start with the API and work backwards
- Consider the use of [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) to make your commit messages more descriptive
- Add new tests to the plugin (use the existing ones as a template)
The mantra for this plugin is "simple session management" and as such the code base is relatively simple. Please consider this in your code.