feat(nvf): update nvf to use rrvsh fork with uv enabled
This commit is contained in:
parent
622b3da556
commit
715f84ee83
4 changed files with 9 additions and 16 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue