mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
doc/lib/index.md: update heading title
Move heading to `pages.nix` page title.
This commit is contained in:
parent
0f8dc108de
commit
2ee5d71d52
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
# Helpers
|
||||
|
||||
## Accessing Nixvim's functions
|
||||
|
||||
If Nixvim is built using the standalone method, you can access our "helpers" as part of the `lib` module arg:
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
{
|
||||
lib.pages = {
|
||||
nixvim = {
|
||||
title = "Nixvim's functions";
|
||||
markdown = ./index.md;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue