feat: lazyload avante
This commit is contained in:
parent
4f118319d3
commit
bb15815225
2 changed files with 9 additions and 0 deletions
|
@ -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 = {
|
||||||
|
|
|
@ -26,4 +26,5 @@
|
||||||
./ui.nix
|
./ui.nix
|
||||||
];
|
];
|
||||||
plugins.web-devicons.enable = true;
|
plugins.web-devicons.enable = true;
|
||||||
|
plugins.lz-n.enable = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue