raf

Results 323 comments of raf

No, `NH_NOM` takes a boolish value and not a path. I could make it take a path instead (and use a different variable for controlling nom) but since nix-output-monitor is...

Once again, you need to use __an overlay__. nh pulls nix-output-monitor in the package expression. You need to override it, not pull `nix-output-monitor` in systemPackages.

The problem with using this plugin from an input appears to be that it depends on some Rust libraries. This is an odd but now somewhat common pattern in Neovim...

We have other plugins that vendor their own binaries, please see avante.nvim and blink.cmp packages. I'm happy to help guide a PR to add codeshot.

I believe this is a bug in the indent-blankline plugin that occurs when it is enabled simultaneously with Oxocarbon. I am not entirely sure if we can actually fix this,...

We had a special syntax for this, but I can't remember it for the death of me. @horriblename do you remember what it is, was it `"@1"`?

I keep telling myself I'll respond to this and forget to while thinking about my response. To be very clear, this is more of a limitation with Nix than it...

I'm not entirely sure if a fork, or even if a PR is necessary. While passing inputs to nvf, you can simply name them differently and it should work as...

Hi, it seems that I've formulated a reply and forgot to send again. Sorry for the delayed response! My plans for this PR is to hold it until we merge...