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.