Folke Lemaitre
Folke Lemaitre
@rcarriga during blocking events, we sometimes need to render the messages without any delays. When that's the case, I use a separate notify instance with `stages=static`, but that is not...
for example when rendering the cmdline. But also in situations where a plugin echos a message and then waits for input. Or uses `confirm`, `inputlist`, ... Or when you open...
To clarify, just do something like: ```lua vim.notify("Enter a character?") vim.fn.getchar() ``` You won't see the message till after you entered a key. In this case, you want the initial...
This has nothing to do with Trouble. Most language servers only show issue from opened files
Sorry for the late reply, but I just added support for Alpha as well, based on the colors provided by @k14lb3 :)
@baggiponte you can open search results from Telescope in Trouble. Like live-grep in Telescope, hit `` and you have all the resulsts in trouble
I just pushed a change where you can now disable treesitter. Apart from that it would be good to know what kind of lag you experience?
Would be great if you could post a screenshot of the behavior you would like to see, since it's not entirely clear what you're asking :) I saw you also...
First of all. This is a buffer that has treesitter enabled right? Of so, then use the treesitter playground plugin to determine what the scope is of the function (it's...
You'll probably get what you want by adding `method_definition` to the [expand section](https://github.com/folke/twilight.nvim#%EF%B8%8F-configuration) of the config. Does that work?