stevearc / dressing.nvim

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

Add idx to codeaction selector #63

Closed qRoC closed 1 year ago

qRoC commented 1 year ago

Add idx to codeaction selector

This allows you to quickly select an action from a list.

Current:

Screenshot 2022-09-15 at 12 56 55

This PR:

Screenshot 2022-09-15 at 12 55 25 Screenshot 2022-09-15 at 12 55 30
qRoC commented 1 year ago

needs remove plenary dependency?

stevearc commented 1 year ago

Looks good! But yes, please remove the plenary dependency. vim.api.nvim_strwidth should function the same.

qRoC commented 1 year ago

@stevearc done

stevearc commented 1 year ago

Awesome, thanks!