This commit is contained in:
Rene Schallner
2021-12-03 17:18:35 +01:00
parent ec2496bb4e
commit d19efc22a1

View File

@@ -252,8 +252,8 @@ END
| | set to `nil` if you want none | | | | set to `nil` if you want none | |
| `plug_into_calendar` | activate calendar support if true (needs calendar-vim plugin) | true | | `plug_into_calendar` | activate calendar support if true (needs calendar-vim plugin) | true |
| `calendar_opts` | options for calendar, see below | see below | | `calendar_opts` | options for calendar, see below | see below |
| `close_after_yanking` | close telescope preview after yanking via <ctrl><y>| false | | `close_after_yanking` | close telescope preview after yanking via <kbd>ctrl</kbd><kbd>y</kbd>| false |
| `insert_after_inserting` | enter insert mode after inserting a link from a telescope picker via <ctrl><i>| true | | `insert_after_inserting` | enter insert mode after inserting a link from a telescope picker via <kbd>ctrl</kbd><kbd>i</kbd>| true |
**Please note:** If you do not want to use a template, set its associated option to `nil` or remove it from your config. **Please note:** If you do not want to use a template, set its associated option to `nil` or remove it from your config.
```lua ```lua