formatting
This commit is contained in:
parent
b4db8de9b0
commit
6f1f0e6ea7
4 changed files with 24 additions and 24 deletions
|
|
@ -45,7 +45,7 @@
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
extraPlugins = with pkgs.vimPlugins; [
|
extraPlugins = with pkgs.vimPlugins; [
|
||||||
lazygit-nvim
|
lazygit-nvim
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
{
|
{
|
||||||
plugins.avante = {
|
plugins.avante = {
|
||||||
|
lazyLoad.settings.event = ["DeferredUIEnter"];
|
||||||
lazyLoad.settings.event = [ "DeferredUIEnter" ];
|
|
||||||
settings = {
|
settings = {
|
||||||
provider = "claude";
|
provider = "claude";
|
||||||
providers = {
|
providers = {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
{lib, ...}:{
|
{lib, ...}: {
|
||||||
imports = lib.mapAttrsToList (name: path: ./. + "/${name}")
|
imports =
|
||||||
|
lib.mapAttrsToList (name: _path: ./. + "/${name}")
|
||||||
(lib.filterAttrs (filename: kind:
|
(lib.filterAttrs (filename: kind:
|
||||||
filename != "default.nix" && (kind == "regular" || kind == "directory"))
|
filename != "default.nix" && (kind == "regular" || kind == "directory"))
|
||||||
(builtins.readDir ./.));
|
(builtins.readDir ./.));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue