Closed componhead closed 6 months ago
I think a better description would be:
builtin.buffer
preview shows an empty window when using the cwd
option.
Thanks, it should be fixed by the linked PR.
Just FYI though, I wouldn't recommend copy/pasting your entire config into bug reports. 99% of it is irrelevant info and fishing for that 1% of relevant part could be a huge time sync. This is why bug report templates for many plugins have a minimal config that can be used instead of your full config to reproduce the bug and can really help plugin maintainers.
Luckily this was a fairly simple issue and had an obvious way to reproduce.
Thanks, it should be fixed by the linked PR.
Just FYI though, I wouldn't recommend copy/pasting your entire config into bug reports. 99% of it is irrelevant info and fishing for that 1% of relevant part could be a huge time sync. This is why bug report templates for many plugins have a minimal config that can be used instead of your full config to reproduce the bug and can really help plugin maintainers.
Luckily this was a fairly simple issue and had an obvious way to reproduce.
As you can see in the start of the init.lua file that is the main file of kickstart.nvim
distro/non-distro (where I did initially opened the issue) so, for me, was the "minimal configuration", sorry for the misunderstanding.
Description
If I put a keymap as following:
the preview doesn't works. https://github.com/nvim-lua/kickstart.nvim/issues/931 https://asciinema.org/a/2K3fzdzAnyf5bC1gz8Uaw3CUG
Neovim version
Operating system and version
macOs 12.7.4
Telescope version / branch / rev
telescope 1.0.x
checkhealth telescope
Steps to reproduce
add:
to init.lua
Expected behavior
No response
Actual behavior
The preview in telescope doesn't show content of selected file
Minimal config