We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c963fb0 commit 8be8b50Copy full SHA for 8be8b50
lua/luasnip-latex-snippets/init.lua
@@ -4,7 +4,7 @@
4
-- ls.log.set_loglevel("debug")
5
-- vim.pretty_print(debug.getinfo(1).source:sub(2):gsub("init.lua", ""))
6
snippet_path = debug.getinfo(1).source:sub(2):gsub("init.lua", "luasnippets")
7
-require("luasnip.loaders.from_lua").load({paths = snippet_path })
+require("luasnip.loaders.from_lua").lazy_load({ paths = snippet_path })
8
9
-- info = debug.getinfo(1)
10
-- print(info.source:sub(2):gsub("init.lua", ""))
0 commit comments