diff --git a/README.md b/README.md
index e4ef36f4..9735437f 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,9 @@
+
+
---
-**[
Install
][Install]**
-**[
Configure
][Configure]**
+**[
Get Started
][Get Started]**
**[
Documentation
][Documentation]**
+**[
Help
][Help]**
**[
Contribute
][Contribute]**
-**[
FAQ
][Faq]**
+**[
FAQ
][Faq]**
+**[
Credits
][Credits]**
-[Contribute]: #contributing
-[Install]: #install
-[Configure]: #configure
+[Get Started]: #try-it-out
[Documentation]: #documentation
+[Help]: #help
+[Contribute]: #contributing
[FAQ]: #faq
+[Credits]: #credits
---
-
-
-## Try it out
+## Get Started
### Using `nix`
@@ -90,6 +94,10 @@ Please create an issue on the [issue tracker](issues) if you find the documentat
You can create an issue on the [issue tracker](issues) to ask questions or report bugs. I am not yet on spaces like matrix or IRC, so please use the issue tracker for now.
+## Contributing
+
+I am always looking for new ways to help improve this flake. If you would like to contribute, please read the [contributing guide](CONTRIBUTING.md) before submitting a pull request. You can also create an issue on the [issue tracker](issues) before submitting a pull request if you would like to discuss a feature or bug fix.
+
## Philosophy
The philosophy behind this flake configuration is to create an easily configurable and reproducible Neovim environment. While it does sacrifice in size
@@ -101,23 +109,6 @@ third party dependencies (such as tree-sitter grammars, language servers, and mo
One should never get a broken config when setting options. If setting multiple options results in a broken Neovim, file an issue! Each plugin knows when another plugin which allows for smart configuration of keybindings and automatic setup of things like completion sources and languages.
-## Credits
-
-### Inspiration
-
-This configuration is based on a few other configurations, including:
-
-- [@sioodmy's](https://github.com/sioodmy) [dotfiles](https://github.com/sioodmy/dotfiles)
-- [@wiltaylor's](https://github.com/wiltaylor) [neovim-flake](https://github.com/wiltaylor/neovim-flake)
-- [@jordanisaacs's](https://github.com/jordanisaacs) [neovim-flake](https://github.com/jordanisaacs/neovim-flake)
-- [@gvolpe's](https://github.com/gvolpe) [neovim-flake](https://github.com/gvolpe/neovim-flake)
-
-I am grateful for their previous work and inspiration.
-
-### Contributors
-
-- [@fufexan](https://github.com/fufexan) - For the transition to flake-parts
-
## FAQ
**Q**: Why is this flake so big?
@@ -138,6 +129,22 @@ instead of the `maximal` output. This will reduce size by a lot, but you will lo
**A**: Maybe. Open an issue using the appropriate template and I will consider it. I do not intend to add every plugin that is in existence, but I will consider it, should it offer something useful to the flake.
+## Credits
+
+### Contributors
+
+- [@fufexan](https://github.com/fufexan) - For the transition to flake-parts
+
+### Inspiration
+
+This configuration is based on a few other configurations, including:
+
+- [@sioodmy's](https://github.com/sioodmy) [dotfiles](https://github.com/sioodmy/dotfiles)
+- [@wiltaylor's](https://github.com/wiltaylor) [neovim-flake](https://github.com/wiltaylor/neovim-flake)
+- [@jordanisaacs's](https://github.com/jordanisaacs) [neovim-flake](https://github.com/jordanisaacs/neovim-flake)
+- [@gvolpe's](https://github.com/gvolpe) [neovim-flake](https://github.com/gvolpe/neovim-flake)
+
+I am grateful for their previous work and inspiration.
---