summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-12-31 16:31:53 -0600
committerToby Vincent <tobyv13@gmail.com>2022-12-31 16:31:53 -0600
commitfbd3e68c19e9a3d4b05617ae748ed35cc89fe28e (patch)
treece66daa05e1a7b790f843fda01e1a9d090b0d233
parent1823fe4813feaa94e62a112baf1548f31a42a303 (diff)
fix(sheldon): add defer to source base16-config plugin
-rw-r--r--sheldon/.config/sheldon/plugins.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sheldon/.config/sheldon/plugins.toml b/sheldon/.config/sheldon/plugins.toml
index bb21c3e..fa66ae1 100644
--- a/sheldon/.config/sheldon/plugins.toml
+++ b/sheldon/.config/sheldon/plugins.toml
@@ -37,7 +37,7 @@ apply = ["contrib_fpath"]
[plugins.base16-shell]
github = "tinted-theming/base16-shell"
-apply = ["base16_config"]
+apply = ["defer", "base16_config"]
[plugins.base16-fzf]
github = "tinted-theming/base16-fzf"