David Marchante
David Marchante
> Unfortunately, at least with my colors, it gets harder to read the diffs. Yeah, with mine too, but I figured it could help find the root cause of the...
I'm using neovim + tmux without issues so it should be something in your configuration files.
it seems to be working on my end!
@douglasep I know this is an old thread, but by any chance do you use `base64` to encode any assets? We used to have memory issues when using `wicked_pdf_asset_base64` and...
I still think it's confusing having a big play button with the pause/stop one. Maybe a solution would be having them in different places instead of next to each other?
I think what I did was just to clone the repo and `cp bin/fuzzy_ /fuzzy`. If you want to build it yourself, I'm guessing you can just run `cargo build...
> The fastest way forward for me personally is just to compile neovim from source and remove it. While I disagree with the autoformat on save being the default, you...
Not a review, but to answer some of your questions: > Made them optional, since they're not the main purpose of the library, but happy to cut a 3.0.0 branch...
I reproduced the error with debug log level when hovering over a method definition in rust_analyzer in neovim: ``` [INFO][2024-12-19 00:52:15] .../vim/lsp/rpc.lua:731 "Starting RPC client" { cmd = { "/Users/david/.local/share/nvim/mason/bin/marksman",...
> Thanks for the extra input @iovis! I still can't quite make sense of the logs: there are no requests from nvim to marksman shown in the logs and there...