Chris Grieser

Results 390 comments of Chris Grieser
trafficstars

yeah, I am. Nonetheless, I think simply adding a diagnostic stating "config invalid" would already help a lot, and that could be done without any changes on lsp client side?

Came here searching for that. Would indeed like to have such a feature, yes. Though, I'd rather call it "ignore via inline comment" or something, since I think `noqa` is...

I second that having completions would be nice. Even incomplete completions would be better than none at all. Maybe @lmburns would be willing to PR their completions? @LangLangBart Thanks for...

Kind of. But restoring the last value of a cancelled input in general could also be annoying, because you do not always want to re-use that text. Thus, the idea...

seems like the respective PR https://github.com/neovim/neovim/pull/21681 was closed as not planned :/

Hmm, the issue does not occur for me anymore with the new version of indent-blank lines. So if no one else has it, I guess this can be closed.

yeah, so I tried running `cbfmt` with the command that null-ls does: ```bash # pwd contains the stylua.toml file cat ./lua/funcs/test.md | cbfmt --stdin-filepath ./lua/funcs/test.md --best-effort --config ../linter-configs/cbfmt.toml ``` and...

okay. weird thing is, that every other formatter works fine in recognizing the respective config files 🤔 But I guess in that case I'll open an issue with null-ls I'd...

In my plugin, I want to keep certain notifications on screen for a bit longer (using `timeout = false`). When I then want to dismiss the notification, the option I...

I came here for the same problem, but I am looking to specifically block notifications from a specific sender. The solution at #114 can only filter messages based on the...