@@ -59,36 +59,36 @@ module.load = function()
5959end
6060
6161module .config .public = {
62- -- close the Table of Contents after an entry in the table is picked
62+ -- Close the Table of Contents after an entry in the table is picked
6363 close_after_use = false ,
6464
65- -- width of the Table of Contents window will automatically fit its longest line, up to
65+ -- Width of the Table of Contents window will automatically fit its longest line, up to
6666 -- `max_width`
6767 fit_width = true ,
6868
69- -- max width of the ToC window when `fit_width = true` (in columns)
69+ -- Max width of the ToC window when `fit_width = true` (in columns)
7070 max_width = 30 ,
7171
72- -- when set, the ToC window will always be this many cols wide.
72+ -- When set, the ToC window will always be this many cols wide.
7373 -- will override `fit_width` and ignore `max_width`
7474 fixed_width = nil ,
7575
76- -- enable `cursorline` in the ToC window, and sync the cursor position between ToC and content
76+ -- Enable `cursorline` in the ToC window, and sync the cursor position between ToC and content
7777 -- window
7878 sync_cursorline = true ,
7979
8080 -- Enter a ToC window opened manually (any ToC window not opened by auto_toc)
8181 enter = true ,
8282
83- -- options for automatically opening/entering the ToC window
83+ -- Options for automatically opening/entering the ToC window
8484 auto_toc = {
85- -- automatically open a ToC window when entering any `norg` buffer
85+ -- Automatically open a ToC window when entering any `norg` buffer
8686 open = false ,
87- -- enter an automatically opened ToC window
87+ -- Enter an automatically opened ToC window
8888 enter = false ,
89- -- automatically close the ToC window when there is no longer an open norg buffer
89+ -- Automatically close the ToC window when there is no longer an open norg buffer
9090 close = true ,
91- -- will exit nvim if the ToC is the last buffer on the screen, similar to help windows
91+ -- Will exit nvim if the ToC is the last buffer on the screen, similar to help windows
9292 exit_nvim = true ,
9393 },
9494}
0 commit comments