From 1ede7e4661b079e7e3aaad7078b0e1b1d5cd5d3e Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Sat, 31 Jan 2026 17:36:08 +1100 Subject: [PATCH] quarto setup --- plugin/23_editor.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/23_editor.lua b/plugin/23_editor.lua index 01e0f0e..605f39c 100644 --- a/plugin/23_editor.lua +++ b/plugin/23_editor.lua @@ -322,6 +322,7 @@ later(function() snippets = { -- Load custom file with global snippets first (adjust for Windows) gen_loader.from_file(vim.fn.stdpath('config') .. "/snippets/global.json"), + gen_loader.from_file("./snippets/quarto.json"), -- Load snippets based on current language by reading files from -- "snippets/" subdirectories from 'runtimepath' directories.