mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
readme: move "how it works" near the top
This commit is contained in:
parent
cf487e09af
commit
a7cbb0ecf0
1 changed files with 9 additions and 9 deletions
18
README.md
18
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 {
|
|||
|
||||
</details>
|
||||
|
||||
## 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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue