stevearc / dressing.nvim

Neovim plugin to improve the default vim.ui interfaces
MIT License
1.83k stars 32 forks source link

Do not display item number for fzf_lua #84

Closed blob42 closed 1 year ago

blob42 commented 1 year ago

I struggled to disable the item numbers until I found out it was from dressing and not fzf_lua that defines behavior. It should be consistent with the other backends which do not display the item number. If the user wishes so, it is easy to do in the select function.

2 sentence summary of change

Context

What is the problem you are trying to solve?

If related to an issue, please link it here. You may omit some background details if it is in the issue.

Description

Describe how the changes add the functionality or fix the issue under "Context"

Test Plan

list the steps you took to test this functionality. Steps should be reproducible by others.

blob42 commented 1 year ago

Looks like the number is required somehow, I cancel this PR