diff --git a/README.md b/README.md index 6edcfcc..1329737 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,6 @@ Repo Size

-  - ### 📋 Features - automatically save your changes so the world doesn't collapse @@ -28,14 +26,10 @@ - multiple callbacks - automatically clean the message area -  - ### 📚 Requirements - Neovim >= 0.5.0 -  - ### ðŸ“Ķ Installation Install the plugin with your favourite package manager: @@ -89,8 +83,6 @@ EOF -  - ### ⚙ïļ Configuration **auto-save** comes with the following defaults: @@ -156,23 +148,19 @@ or as part of the `lazy.nvim` plugin spec: ``` -  - ### ðŸŠī Usage Besides running auto-save at startup (if you have `enabled = true` in your config), you may as well: - `ASToggle`: toggle auto-save -  - ### ðŸĪ Contributing - All pull requests are welcome. - If you encounter bugs please open an issue. +- Please use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) when commiting. + - See [@commitlint/config-conventional](https://github.com/conventional-changelog/commitlint/tree/master/@commitlint/config-conventional) for more details. ### 👋 Acknowledgements This plugin wouldn't exist without [Pocco81](https://github.com/Pocco81)'s work on the [original](https://github.com/Pocco81/auto-save.nvim). - -