Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • iliya.saroukha/nvim
1 result
Show changes
Commits on Source (1)
......@@ -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
......