raf

Results 323 comments of raf

There is no need to modify the pins here if we are not adding a module. nvf provides an extra plugins API that you can use to install and configure...

In this example: ```nix config.vim.extraPlugins = with pkgs.vimPlugins; { aerial = { package = aerial-nvim; setup = "require('aerial').setup {}"; }; harpoon = { package = harpoon; setup = "require('harpoon').setup {}";...

A small step for uutils, but a large step for the Nix community 🎉

Sorry, I cannot reproduce either of those issues. Would you be able to prepare a minimal reproducable example so that I can try and fix it*

I did not forget about this issue. Definitely meaning to take a look, but I'm simply swamped at work. Tomorrow is my day off, if I get to finish my...

Okay I'm finally on my system and found the time to test. Two things I've noticed are: 1. `path` is already in blink-cmp by default sources. Unless they're overriden, you...

For ```nix extensions = { file_browser = { cwd_to_path = true; initial_mode = "normal"; path = lib.generators.mkLuaInline '' function() return ":%:p:h" end ''; }; }; ``` Telescope starts as intended....

I've cloned your repo again and ran it with `nix run .#`. `:Telescope file_browser` opens the file browser window as intended.