dressing.nvim icon indicating copy to clipboard operation
dressing.nvim copied to clipboard

Neovim plugin to improve the default vim.ui interfaces

Results 27 dressing.nvim issues
Sort by recently updated
recently updated
newest added

I use default settings and seems dont work? Nvim-8.0.0dev

I am using a language server that I need to make a selection for before starting the server. Currently I can use the default way to select my option first...

I'd like to suggest that `dressing.nvim` extends is functionality to `vim.notify()` and `vim.notify_once()` calls.

Is it possible to use a custom sorter if the `kind` option is a certain value, otherwise use the default sorter? For example, I want to be able to sort...

Tried the mentioned commit (that specific one) and now it does not crash, but no autocomplete happens either. I am trying the same key to trigger the autocomplete that previously...

Hi, I'm a bit confused as to how one would re-enable completion engines such as `cmp` and `mini` as both are currently [explicitly disabled](https://github.com/stevearc/dressing.nvim/blob/master/lua/dressing/input.lua#L313-L324) with no option to prevent that....

enhancement
P2

**Describe the bug** Some situations may lead to multiple selection prompts happening concurrently. For instance when using the `vtsls` LSP and opening a typescript project we get these 2 prompts...

bug

Handle extra prompt scenario where the prompt has trailing spaces leading to unwanted behaviour. ## Context The way trim_prompt works is that if the last character is ":" it trims...

:robot: I have created a release *beep* *boop* --- ## [2.2.0](https://github.com/stevearc/dressing.nvim/compare/v2.1.0...v2.2.0) (2024-01-16) ### Features * add `trim_prompt` setting for `vim.ui.input` ([#134](https://github.com/stevearc/dressing.nvim/issues/134)) ([48b7134](https://github.com/stevearc/dressing.nvim/commit/48b713413d0b78c21e10df500844ae6178418edd)) * add checkhealth messages ([c117933](https://github.com/stevearc/dressing.nvim/commit/c1179336aaeca82a785cade27e9b7b276af3222e)) ### Bug Fixes...

autorelease: pending

**Describe the bug** In the selection menu, pressing Ctrl+j moves selection one line down. I would expect that Ctrl+k does the opposite, but that's not the case. `:verbose nmap `...

bug
question