Folke Lemaitre

Results 960 comments of Folke Lemaitre

Not sure. I'm traveling right now and don't have my laptop here. Maybe there's an option where you can disable opening quick fix after make? If not you could try...

I just pushed a bunch of changes related to the new vim.diagnostic API. Can you check if this works now?

I just pushed a new version including some API methods you can use to achieve this. Create your own bindings using the API at [docs](https://github.com/folke/trouble.nvim#api)

It does that already, no? Do you have any code that disables the cursorline for inactive windows?

run `:verbose au InsertLeave` and check for something that does `set nocursorline`

sorry, probably `:verbose au WinLeave`

For me, it looks like this: ![image](https://user-images.githubusercontent.com/292349/122439455-83c52200-cf50-11eb-9eae-128b70092175.png) You do have cusorline enabled right? `:set cursorline`

I just pushed a big update and added this as a config setting `dim_inactive`. Please check the docs

I've thought about this as well. I think I'll add an option to change the grouping like you mention: * group by file (default) * group by type (diagnostics severity,...

@echasnovski yep, that's what I had in mind