You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to the new preview config that's been added.
If you have a filesize_hook set it will trigger and generate you the buffer you want, but it will then be overridden with the output of timeout_hook or it's default.
For example:
That gif has been slowed down by github for reasons unknown but it makes the issue easier to see.
Description
This is related to the new preview config that's been added.
If you have a
filesize_hook
set it will trigger and generate you the buffer you want, but it will then be overridden with the output oftimeout_hook
or it's default.For example:
That gif has been slowed down by github for reasons unknown but it makes the issue easier to see.
Neovim version
NVIM v0.6.0-dev+43-g02bf251bb
Build type: Release
LuaJIT 2.1.0-beta3
Operating system and version
macOS 10.15.7
checkhealth telescope
Steps to reproduce
yes "This is just a sample line appended to create a big file." | head -n 1000000 > out.txt
nvim -nu minimal.lua
:Telescope find_files
Expected behavior
The first one to resolve (the filesize limit) should be shown.
Otherwise to use the
filesize_hook
you have to disable timeoutsActual behavior
The
filesize_hook
fires, then thetimeout_hook
(or it's default) firesMinimal config
The text was updated successfully, but these errors were encountered: