From 0105f0bc8e8212dd387bab8ff74667a4b20a1593 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 15 Feb 2023 18:22:59 +0300 Subject: [PATCH] fix: dead links & center --- README.md | 69 ++++++++++++++++++++++++++++++------------------------- 1 file changed, 38 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index e4ef36f..9735437 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +
+ + A highly modular, configurable, extensible and easy to use Neovim configuration wrapper written in Nix. Designed for flexibility and ease of use, this flake allows you to easily configure your Neovim instance with a few lines of Nix code. + +
+

Latest release @@ -24,35 +30,33 @@ +

--> + +
---

-**[
 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 --- -
- - A highly modular, configurable, extensible and easy to use Neovim configuration wrapper written in Nix. Designed for flexibility and ease of use, this flake allows you to easily configure your Neovim instance with a few lines of Nix code. - -
- -## 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.
---