feat(nvf): update nvf to use rrvsh fork with uv enabled

This commit is contained in:
Mohammad Rafiq 2025-06-29 17:08:41 +08:00
parent 622b3da556
commit 715f84ee83
No known key found for this signature in database
4 changed files with 9 additions and 16 deletions

View file

@ -23,6 +23,8 @@
enable = true;
format.type = "ruff";
lsp.server = "pyright";
uv.enable = true;
uv.setupOpts.picker_integration = true;
};
rust.enable = true;
rust.crates.enable = true;

View file

@ -7,16 +7,6 @@ in
persistDirs = singleton ".local/share/nvf";
programs.nvf.enable = true;
programs.nvf.settings.vim = {
lazy.plugins = {
"uv.nvim" = {
# TODO: upstream this
package = pkgs.vimPlugins.uv-nvim;
setupModule = "uv";
setupOpts.picker_integration = true;
event = [ "BufEnter" ];
after = "print('uv.nvim loaded')";
};
};
hideSearchHighlight = true;
syntaxHighlighting = true;
telescope.enable = true;