feat: lazyload avante

This commit is contained in:
xinyangli 2025-05-10 23:43:12 +08:00
parent 4f118319d3
commit bb15815225
No known key found for this signature in database
2 changed files with 9 additions and 0 deletions

View file

@ -6,6 +6,14 @@
]; ];
plugins.avante = { plugins.avante = {
enable = true; enable = true;
lazyLoad = {
enable = true;
settings = {
keys = [
"<leader>a"
];
};
};
settings = { settings = {
provider = "deepseek"; provider = "deepseek";
vendors = { vendors = {

View file

@ -26,4 +26,5 @@
./ui.nix ./ui.nix
]; ];
plugins.web-devicons.enable = true; plugins.web-devicons.enable = true;
plugins.lz-n.enable = true;
} }