Before reporting:search [existing issues](https://github.com/nvim-telescope/telescope.nvim/issues) and make sure that both Telescope and its dependencies are updated to the latest version.
- type:textarea
attributes:
label:"Description"
description:"A short description of the problem you are reporting."
description:"Steps to reproduce using the minimal config provided below."
placeholder:|
1. `nvim -nu minimal.lua`
2. ...
validations:
required:true
- type:textarea
attributes:
label:"Expected behavior"
description:"A description of the behavior you expected:"
- type:textarea
attributes:
label:"Actual behavior"
description:"Observed behavior (may optionally include logs, images, or videos)."
validations:
required:true
- type:textarea
attributes:
label:"Minimal config"
description:"Minimal(!) configuration necessary to reproduce the issue. Save this as `minimal.lua`. If _absolutely_ necessary, add plugins and config options from your `init.lua` at the indicated lines."
render:Lua
value:|
vim.cmd [[set runtimepath=$VIMRUNTIME]]
vim.cmd [[set packpath=/tmp/nvim/site]]
local package_root = '/tmp/nvim/site/pack'
local install_path = package_root .. '/packer/start/packer.nvim'