From c7b0da9900a5dd2fe00a2641425c57b681b24800 Mon Sep 17 00:00:00 2001 From: "iliya.saroukha" <iliya.saroukhanian@etu.hesge.ch> Date: Thu, 26 Sep 2024 21:52:22 +0200 Subject: [PATCH] feat: previewing .qmd files just like .md --- lua/plugins/peek.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/peek.lua b/lua/plugins/peek.lua index 246ac6a..2584227 100644 --- a/lua/plugins/peek.lua +++ b/lua/plugins/peek.lua @@ -18,7 +18,7 @@ return { app = 'browser', -- 'webview', 'browser', string or a table of strings -- explained below - filetype = { 'markdown' }, -- list of filetypes to recognize as markdown + filetype = { 'markdown', 'quarto' }, -- list of filetypes to recognize as markdown -- relevant if update_on_change is true throttle_at = 200000, -- start throttling when file exceeds this -- GitLab