mirror of
https://github.com/Ascyii/telekasten.nvim.git
synced 2026-01-01 06:14:23 -05:00
Add follow_url_fallback config option (#172)
* Add follow_link_fallback config option * Update README.md * Rename follow_link_fallback to follow_url_fallback. Change logic of configuring
This commit is contained in:
committed by
GitHub
parent
923274dfb8
commit
60808e8e59
@@ -411,6 +411,9 @@ require('telekasten').setup({
|
||||
-- "telescope-media-files" if you have telescope-media-files.nvim installed
|
||||
-- "catimg-previewer" if you have catimg installed
|
||||
media_previewer = "telescope-media-files",
|
||||
|
||||
-- A customizable fallback handler for urls.
|
||||
follow_url_fallback = nil,
|
||||
})
|
||||
END
|
||||
```
|
||||
@@ -475,6 +478,7 @@ END
|
||||
| `media_previewer` | how to preview media files | default: `telescope-media-files` |
|
||||
|| - `telescope-media-files` if you have telescope-media-files.nvim installed |
|
||||
|| - `catimg-previewer` if you have catimg installed |
|
||||
| `follow_url_fallback ` | A customizable fallback handler for urls. | default: `nil` |
|
||||
|
||||
The calendar support has its own options, contained in `calendar_opts`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user