mirror of
https://github.com/dwinkler1/nvimConfig.git
synced 2026-02-19 14:30:58 -05:00
quarto setup
This commit is contained in:
parent
d04893f13e
commit
40050f2aee
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ later(function()
|
||||||
snippets = {
|
snippets = {
|
||||||
-- Load custom file with global snippets first (adjust for Windows)
|
-- 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(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
|
-- Load snippets based on current language by reading files from
|
||||||
-- "snippets/" subdirectories from 'runtimepath' directories.
|
-- "snippets/" subdirectories from 'runtimepath' directories.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue