Skip to content

Commit 74ebce8

Browse files
committed
gpt
1 parent 8be8b50 commit 74ebce8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/luasnip-latex-snippets/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
-- ls.log.set_loglevel("debug")
55
-- vim.pretty_print(debug.getinfo(1).source:sub(2):gsub("init.lua", ""))
66
snippet_path = debug.getinfo(1).source:sub(2):gsub("init.lua", "luasnippets")
7+
print(snippet_path)
78
require("luasnip.loaders.from_lua").lazy_load({ paths = snippet_path })
89

910
-- info = debug.getinfo(1)

0 commit comments

Comments
 (0)