diff --git a/lua/plugins/peek.lua b/lua/plugins/peek.lua index 246ac6a9f9e0074141d9072476fc387b4572f3eb..2584227a6b65e84d1b4feac63782cafbc3261c23 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