Jake Tuero

Results 4 comments of Jake Tuero

Hi @lanctot , a few months ago I did a full C++ implementation, moreso as a learning exercise (and possible extensions). I don't really have any future plans for the...

I'm not sure how to organize a nice cohesive solution for a PR, but I've managed to configure it for my own fork (https://github.com/tuero/onedark.nvim/tree/inactive_bg). Essentially you define a new color...

I'm getting a similar error, it may be related to the above. Using c++17 modes is fine with clangd, but clangd complains when switching to 20. `main.cu`: ```cpp #include //...