assistant/avante.nvim apply suggested changes

Change the options to use mkOption when applicable and apply changes to
descriptions
Change the building of the vimPlugin to use npin dependencies instead of
dependencies from nixpkgs
This commit is contained in:
Alexandra Østermark 2025-05-18 20:31:56 +02:00
commit c4d040b0b0
No known key found for this signature in database
GPG key ID: C2B9D34D979B6063
5 changed files with 86 additions and 115 deletions

View file

@ -28,6 +28,7 @@
rev = pin.revision;
sha256 = pin.hash;
};
pins = self.pins;
};
inherit (docs.manual) htmlOpenTool;