aboutsummaryrefslogtreecommitdiff
path: root/settings_skeleton.lua
diff options
context:
space:
mode:
Diffstat (limited to 'settings_skeleton.lua')
-rw-r--r--settings_skeleton.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/settings_skeleton.lua b/settings_skeleton.lua
index 7e1c9b5..6204a6c 100644
--- a/settings_skeleton.lua
+++ b/settings_skeleton.lua
@@ -26,9 +26,9 @@ local example_section = {
command = "echo 'test worked'", -- a command which will be exected when section gets loaded
}
local settings = {
- header = {},
- body = {},
- footer = {},
+ -- header = {<see example section>},
+ -- body = {<see example section>},
+ -- footer = {<see example section>},
options = {
mapping_keys = true, -- display keys for mappings (e.g. <leader>ff)
empty_lines_between_mappings = true, -- empty lines between mapping names