diff options
author | max397574 <[email protected]> | 2021-10-07 16:30:32 +0200 |
---|---|---|
committer | max397574 <[email protected]> | 2021-10-07 16:30:32 +0200 |
commit | a1191a3019f5195d02170a5f1f0b67fccee60e92 (patch) | |
tree | 532afd30ac0e60114eaccb9dbfc200db64d6d963 /settings_skeleton.lua | |
parent | 0531a7b686725089c6457d80808ab5bc195ff295 (diff) |
feat(plugin): ✨more buildingblocks and some improvements
Diffstat (limited to 'settings_skeleton.lua')
-rw-r--r-- | settings_skeleton.lua | 6 |
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 |