From fd00a0a2694743cdac2872dbf2b7ab586529ed56 Mon Sep 17 00:00:00 2001 From: Simon Hauser Date: Wed, 11 Oct 2023 07:57:45 +0200 Subject: [PATCH] chore: generate highlight_limit docs --- doc/telescope.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/telescope.txt b/doc/telescope.txt index 24b1c1f..39530d8 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -458,6 +458,9 @@ telescope.setup({opts}) *telescope.setup()* - filesize_limit: The maximum file size in MB attempted to be previewed. Set to false to attempt to preview any file size. 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 complete within `timeout` milliseconds. Set to false to not timeout preview.