From 12b1519787f495fa30dc45ad86bb387cc9fe96d9 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Wed, 20 May 2026 13:59:31 +0100 Subject: [PATCH] Added quarto specific config settings --- dot_config/nvim | 2 +- dot_config/yazi/theme.toml | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dot_config/nvim b/dot_config/nvim index 3f7353e..d62834d 160000 --- a/dot_config/nvim +++ b/dot_config/nvim @@ -1 +1 @@ -Subproject commit 3f7353e437a2cd0dbe701c98d41cd84480c98795 +Subproject commit d62834d25f76423e71a6298b85c38fc44363f94d diff --git a/dot_config/yazi/theme.toml b/dot_config/yazi/theme.toml index a1460bf..5185e55 100644 --- a/dot_config/yazi/theme.toml +++ b/dot_config/yazi/theme.toml @@ -1,2 +1,6 @@ [flavor] -use = "tokyo-night" +dark = "tokyo-night" +light = "tokyo-night" + +[icon] +prepend_exts = [{ name = "qmd", text = "󰐙", fg = "#75aadb" }]