Nias26
Nias26
#### Describe the bug When I complete with any command (`less`, `bat`, `nvim`, ...) the file preview shows only some lines; but when I use [fzf-tab-source](https://github.com/Freed-Wu/fzf-tab-source) the problem goes away....
 As it can be seen on the image above, there are two types of notifications: - one with a custom title (lazy.nvim) - one with no title (notifications) I'd...
Environment: `neovim` jdtls version: `v1.50.0` I have a simple project structured like this: ``` Orologio/ ├── bin/ ├── src/ │ ├── controller/ │ ├── model/ │ │ └── Orologio.java │...