Tobias Schmitz
Tobias Schmitz
@meijieru Not yet.
I started out specifying exact queries for languages using the existing structure, to eliminate false positives and have multi-line support for more node types. That way the parts essentially belonging...
Is that what you had in mind?
The problem here is that an else if clause is parsed as an else clause, that happens to contain an if statement. For example this code: ```ts if (false) {...
This shouldn't be an issue anymore, since a context line is only added once even if there are multiple matches in it. At least I can't reproduce it.
That's because you've disabled the native titlebar. These buttons are drawn by Firefox not gtk.
So I tried some other themes, and you're right. The WhiteSur Gtk theme for example has some icons that get displayed: 
Did you pull the latest changes? In this commit: https://github.com/Saecki/crates.nvim/commit/c8e68865c984b038f72649d7488def911133cdf8 from a few weeks ago your issue should be fixed.
This is indeed very confusing :smile: So the `null-ls` source is currently only used for code actions. Completion is only supported by the `nvim-cmp` and `coq.nvim` sources. One doesn't rely...
Linking https://github.com/rust-lang/crates.io/issues/1539, just so I remember