From a7cbb0ecf06f3af22e46cb3ad1bf9a1126d758a7 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Mon, 3 Jun 2024 16:13:50 +0100 Subject: [PATCH] readme: move "how it works" near the top --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1bff9222..224cf5cf 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,15 @@ gruvbox as the colorscheme, no extra configuration required! Check out [this list of real world nixvim configs](https://nix-community.github.io/nixvim/user-guide/config-examples.html)! +## How does it work? +When you build the module (probably using home-manager), it will install all +your plugins and generate a lua config for NeoVim with all the options +specified. Because it uses lua, this ensures that your configuration will load +as fast as possible. + +Since everything is disabled by default, it will be as snappy as you want it to +be. + ## Support/Questions If you have any question, please use the [discussions page](https://github.com/nix-community/nixvim/discussions/categories/q-a)! Alternatively, join the Matrix channel at [#nixvim:matrix.org](https://matrix.to/#/#nixvim:matrix.org)! @@ -238,15 +247,6 @@ in pkgs.mkShell { -## How does it work? -When you build the module (probably using home-manager), it will install all -your plugins and generate a lua config for NeoVim with all the options -specified. Because it uses lua, this ensures that your configuration will load -as fast as possible. - -Since everything is disabled by default, it will be as snappy as you want it to -be. - # Documentation Documentation is available on this project's GitHub Pages page: [https://nix-community.github.io/nixvim](https://nix-community.github.io/nixvim)