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 = {
|
||||
enable = true;
|
||||
lazyLoad = {
|
||||
enable = true;
|
||||
settings = {
|
||||
keys = [
|
||||
"<leader>a"
|
||||
];
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
provider = "deepseek";
|
||||
vendors = {
|
||||
|
|
|
@ -26,4 +26,5 @@
|
|||
./ui.nix
|
||||
];
|
||||
plugins.web-devicons.enable = true;
|
||||
plugins.lz-n.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue