mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-07 22:57:30 +00:00
**Why** is the change needed? So that it can be targeted with specific settings. These could include disabling plugins for the buffer (as in #840) or disabling folding (as per #991). **How** is the need addressed? - Add a filetype to the buffer after it has been created. Closes #991