aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authormax397574 <[email protected]>2021-12-23 15:17:32 +0100
committermax397574 <[email protected]>2021-12-23 15:17:32 +0100
commit580e5057c2caf29934692d98b90151bb7b698ce8 (patch)
tree8b71792e1f73f0f41f20b86395c7fd8c2428588f /readme.md
parent3afe5c2239e36c5cc6d0a07522476a7c7077b67a (diff)
feat(headers): don't use functions but tables
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index da05b9e..bed57a7 100644
--- a/readme.md
+++ b/readme.md
@@ -276,7 +276,7 @@ Just copy all the setting from it and change whatever you want.
You can use some functions from `lua/startup/functions.lua` with `require("startup.functions").function_name()`.
They are documented in `:help startup_nvim.functions`.
The same applies to headers.
-Here you can use them with `require("startup.headers").header_name()`.
+Here you can use them with `require("startup.headers").header_name`.
They are documented in `:help startup_nvim.headers`.
A good tool to create your own headers is [image to braille](https://505e06b2.github.io/Image-to-Braille/).