From 580e5057c2caf29934692d98b90151bb7b698ce8 Mon Sep 17 00:00:00 2001 From: max397574 Date: Thu, 23 Dec 2021 15:17:32 +0100 Subject: feat(headers): don't use functions but tables --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') 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/). -- cgit v1.2.3