25 lines
466 B
Markdown
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
|