diff --git a/config.example.toml b/config.example.toml index 00d4a205..d4fe9403 100644 --- a/config.example.toml +++ b/config.example.toml @@ -78,6 +78,8 @@ #arch_package_manager = "pacman" # Arguments to pass yay (or paru) when updating packages #yay_arguments = "--nodevel" +# Arguments to pass dnf when updating packages +#dnf_arguments = "--refresh" #aura_aur_arguments = "-kx" #aura_pacman_arguments = "" #show_arch_news = true diff --git a/src/steps/upgrade.vim b/src/steps/upgrade.vim index 5eac813e..95d9982c 100644 --- a/src/steps/upgrade.vim +++ b/src/steps/upgrade.vim @@ -38,6 +38,11 @@ if exists(":CocUpdateSync") CocUpdateSync endif +if exists(":Lazy") + echo "Lazy" + Lazy update +endif + " TODO: Should this be after `PackerSync`? " Not sure how to sequence this after Packer without doing something weird " with that `PackerComplete` autocommand.