From 40050f2aee4f9c2ed669babac25cf2ad7d2a4971 Mon Sep 17 00:00:00 2001 From: Daniel Winkler Date: Sat, 31 Jan 2026 17:44:44 +1100 Subject: [PATCH] quarto setup --- plugin/23_editor.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/23_editor.lua b/plugin/23_editor.lua index 605f39c..5d8af11 100644 --- a/plugin/23_editor.lua +++ b/plugin/23_editor.lua @@ -322,7 +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"), + gen_loader.from_file("../snippets/quarto.json"), -- Load snippets based on current language by reading files from -- "snippets/" subdirectories from 'runtimepath' directories.