stevearc / dressing.nvim

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

feat(fzf-lua): add an input indicator after prompt #145

Closed ofseed closed 6 months ago

ofseed commented 7 months ago

Context

fzf_lua shows its prompt and user input in the same line and dressing.nvim tries to make prompts like the title of a window, so it causes the prompt and input to be crowded together.

image

Description

I suggest adding a separator after the prompt.

image

stevearc commented 6 months ago

Thanks for the PR!