From 51b8fc4446f6eb3fcdac573eeab1d9f63b6c6880 Mon Sep 17 00:00:00 2001 From: L3MON4D3 Date: Fri, 10 Nov 2023 21:33:24 +0000 Subject: [PATCH] Auto generate docs --- doc/luasnip.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/luasnip.txt b/doc/luasnip.txt index 502036f69..7eb8345ee 100644 --- a/doc/luasnip.txt +++ b/doc/luasnip.txt @@ -1,4 +1,4 @@ -*luasnip.txt* For NVIM v0.8.0 Last change: 2023 September 23 +*luasnip.txt* For NVIM v0.8.0 Last change: 2023 November 10 ============================================================================== Table of Contents *luasnip-table-of-contents* @@ -3247,7 +3247,8 @@ These are the settings you can provide to `luasnip.setup()`: `'InsertLeave'`, to react to changes done in Insert mode) should work just fine (alternatively, this can also be mapped using `luasnip-delete-check`). - `store_selection_keys`: Mapping for populating `TM_SELECTED_TEXT` and related - variables (not set by default). + variables (not set by default). If you want to set this mapping yourself, map + `ls.select_keys` (not a function, actually a string/key-combination) as a rhs. - `enable_autosnippets`: Autosnippets are disabled by default to minimize performance penalty if unused. Set to `true` to enable. - `ext_opts`: Additional options passed to extmarks. Can be used to add