fent
fent
Hi, nice plugin! When I first open the quickfix window after populating it with some items, the styling and the column alignments aren't there. But after I close it and...
Hi! I'm getting the following error after I add an item to the quicklist using the default `qq` mapping. Afterwards, if I navigate to the quicklist and hit on another...
### Did you check existing requests? - [X] I have searched the existing issues ### Describe the feature I'd prefer to use the LSP formatter if one is available, and...
The autocmd events `FocusGained` and `FocusLost` can trigger when neovim gains/loses focus. I have my neovim set up to run a job and then show a notification with the result...
### Did you check the docs? - [X] I have read all the trouble.nvim docs ### Is your feature request related to a problem? Please describe. My previous issue https://github.com/folke/trouble.nvim/issues/330...
Hi, I noticed that the winbar can be populated right after opening a file. But LspSaga waits until `LspAttach`, which can sometimes take a while for some LSP servers. But...