chore: generate highlight_limit docs

This commit is contained in:
Simon Hauser
2023-10-11 07:57:45 +02:00
parent 5a747a9587
commit fd00a0a269

View File

@@ -458,6 +458,9 @@ telescope.setup({opts}) *telescope.setup()*
- filesize_limit: The maximum file size in MB attempted to be previewed. - filesize_limit: The maximum file size in MB attempted to be previewed.
Set to false to attempt to preview any file size. Set to false to attempt to preview any file size.
Default: 25 Default: 25
- highlight_limit: The maximum file size in MB attempted to be highlighted.
Set to false to attempt to highlight any file size.
Default: 1
- timeout: Timeout the previewer if the preview did not - timeout: Timeout the previewer if the preview did not
complete within `timeout` milliseconds. complete within `timeout` milliseconds.
Set to false to not timeout preview. Set to false to not timeout preview.