Skip to content

Commit e276caa

Browse files
cameronrgithub-actions[bot]
authored andcommitted
chore(docs): auto-generate vimdoc
1 parent 0408539 commit e276caa

File tree

1 file changed

+22
-13
lines changed

1 file changed

+22
-13
lines changed

doc/auto-session.txt

+22-13
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,20 @@ CwdChangeHandling *CwdChangeHandling*
3939
{post_cwd_changed_hook?} (boolean) {true} This is called after auto_session code runs for the DirChanged autocmd
4040

4141

42+
session_lens_config *session_lens_config*
43+
Session Lens Config
44+
45+
Fields: ~
46+
{load_on_setup?} (boolean)
47+
{shorten_path?} (boolean) Deprecated, pass { 'shorten' } to path_display
48+
{path_display?} (table) An array that specifies how to handle paths. Read :h telescope.defaults.path_display
49+
{theme_conf?} (table)
50+
{buftypes_to_ignore?} (table) Deprecated, if you're using this please report your usage on github
51+
{previewer?} (boolean)
52+
{session_control?} (session_control)
53+
{mappings?} (session_lens_mapping)
54+
55+
4256
session_control *session_control*
4357
Session Control Config
4458

@@ -47,6 +61,14 @@ session_control *session_control*
4761
{control_filename} (string)
4862

4963

64+
session_lens_mapping *session_lens_mapping*
65+
Session Lens Mapping
66+
67+
Fields: ~
68+
{delete_session} (table) mode and key for deleting a session from the picker
69+
{alternate_session} (table) mode and key for swapping to alertnate session from the picker
70+
71+
5072
AutoSession.setup({config}) *AutoSession.setup*
5173
Setup function for AutoSession
5274

@@ -187,19 +209,6 @@ AutoSession.DisableAutoSave({enable?}) *AutoSession.DisableAutoSave*
187209
(boolean) autosaving is enabled or not
188210

189211

190-
session_lens_config *session_lens_config*
191-
Session Lens Config
192-
193-
Fields: ~
194-
{shorten_path?} (boolean) Deprecated, pass { 'shorten' } to path_display
195-
{path_display?} (table) An array that specifies how to handle paths. Read :h telescope.defaults.path_display
196-
{theme_conf?} (table)
197-
{buftypes_to_ignore?} (table) Deprecated, if you're using this please report your usage on github
198-
{previewer?} (boolean)
199-
{session_control?} (session_control)
200-
{load_on_setup?} (boolean)
201-
202-
203212
SessionLens.setup() *SessionLens.setup*
204213

205214

0 commit comments

Comments
 (0)