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

💥 Highly experimental plugin that completely replaces the UI for messages, cmdline and the popupmenu.

Results 100 noice.nvim issues
Sort by recently updated
recently updated
newest added

The size of view: ``` size = { max_height = '50%', max_width = '50%', width = 'auto', height = 'auto', } ```

enhancement

Currently, the popupmenu position of `cmp` is not aligned with input of smart-cmdline, because of its offset. Adjust the screen cursor position with offset should fix it. I try to...

### Did you check the docs? - [X] I have read all the noice.nvim docs ### Is your feature request related to a problem? Please describe. When I set my...

enhancement

### Did you check the docs? - [X] I have read all the noice.nvim docs ### Is your feature request related to a problem? Please describe. I have tried finding...

enhancement

### Did you check docs and existing issues? - [X] I have read all the noice.nvim docs - [X] I have searched the existing issues of noice.nvim - [X] I...

bug

### Did you check docs and existing issues? - [X] I have read all the noice.nvim docs - [X] I have searched the existing issues of noice.nvim - [X] I...

bug

### Did you check docs and existing issues? - [X] I have read all the noice.nvim docs - [X] I have searched the existing issues of noice.nvim - [X] I...

bug

### Did you check docs and existing issues? - [X] I have read all the noice.nvim docs - [X] I have searched the existing issues of noice.nvim - [X] I...

bug

### Did you check docs and existing issues? - [X] I have read all the noice.nvim docs - [X] I have searched the existing issues of noice.nvim - [X] I...

bug

Calculate the position of the scrollbar thumb based on the window topline rather than the cursor position. Without the fix https://github.com/folke/noice.nvim/assets/5222525/2abe3933-379c-4eed-8903-1fabdb8a42e0 With the fix https://github.com/folke/noice.nvim/assets/5222525/f2bb7358-4da3-434c-b1aa-4ca7718460bc Fixes #759 Related to #471