Iordanis Petkakis

Results 535 comments of Iordanis Petkakis

Oh my bad on the consensus thing then. English is not my mother language, so i took it literally and failed to understand the context. Apologies for that.

Can this not be avoided if the user correctly uses the `always_show_bufferline` option? I also had this problem in the past and found out that if a user is using...

Yes, that happens because `VeryLazy` happens after `UIEnter` when the TUI is ready. My concern was there might be some kind of performance hit, but I've tried it and I...

@rubiin Just a question. Wouldn't it be preferable to use another branch for the PRs you make and not main, since that's the one which is being synced with `upstream`...

I also tried your PR and don't get any diagnostics from `bacon` compared to the default LazyVim implementation. This is the configuration I used for `rust.lua` after rebasing to latest...

So, I started `bacon` in another terminal and started the `clippy` job by pressing `c` and it correctly shows diagnostics in `bacon`. However, in Neovim I don't see any diagnostics....

In the same directory where `Cargo.toml` resides, I run `bacon --init` and that created a default `bacon.toml` file. I then added at the end of that file ``` [export] enabled...

@mirsella Seriously? How? Why is it not working for me? I'll try your `repro.lua` right now.

Funnily enough I just created a new Rust project with `cargo init` and there it works correctly as it should. So, there's no need for further help, really appreciate it....

Only the approval of the maintainer himself and maybe if he has some suggestions of his own. As I don't do Rust and am just a simple user like you,...