You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fzf-lua/.github/ISSUE_TEMPLATE.md

25 lines
466 B
Markdown

<!-- Before creating an issue, please search the issue tracker and make sure fzf-lua is up to date -->
<!-- If you're submitting a general question or feature request delete sections that don't apply -->
### Info
- Operating System:
- Shell:
- Terminal:
- `nvim --version`:
- `fzf --version`:
<details>
<summary>fzf-lua configuration</summary>
<!-- Replace the below your fzf-lua setup -->
```lua
require('fzf-lua').setup({
})
```
</details>
### Description