diff options
author | max397574 <[email protected]> | 2021-12-23 15:17:32 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-23 15:17:32 +0100 |
commit | 580e5057c2caf29934692d98b90151bb7b698ce8 (patch) | |
tree | 8b71792e1f73f0f41f20b86395c7fd8c2428588f /readme.md | |
parent | 3afe5c2239e36c5cc6d0a07522476a7c7077b67a (diff) |
feat(headers): don't use functions but tables
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/). |