mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-08 07:07:15 +00:00
Telescope creates most floating windows with `noautocmd = true`, so these windows do not trigger autocommands, but preview buffer is set in window using `nvim_win_set_buf()`, which triggers buffer autocommands. This may be unwanted, so block them using 'eventignore'.