raf

Results 323 comments of raf

I'm afraid I haven't found anything on that. It seems to be working no matter what do I. If you could isolate a plugin conflict, that would help me find...

Here is the entirety of my blink setup: ```nix {lib, ...}: let inherit (lib.generators) mkLuaInline; in { programs.nvf.settings.vim = { autocomplete.blink-cmp = { enable = true; setupOpts = { signature...

Worth considering, ping me on discord when you'd like to discuss this.

Looks like there is `codeium.vim` - but I am not very fond of plugins that use vimscript. Do you know a Lua based alternative?

A bit sad that they use flake-utils... We're currently working on finishing `v0.7`, which is why I have neglected new plugin additions for a while. It should be merged soon,...

This has been on my to-do list for a while now. Though, I'm currently on vacation and might not be able to take a look at the end of this...

Sorry it took me this long, I have been constantly distracted by other things. Added in #451

I rebased the PR against 0.7. If there are any merge conflicts, GH UI should point them out.

Base16 support is officially in the `v0.7` branch, which is not yet merged to stable (main). You can test v0.7 by pinning it as your input, or you can wait...