Skip to content

Commit fdc43aa

Browse files
committed
i dont know what i'm doing 9
1 parent 4e54a16 commit fdc43aa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lua/luasnip-latex-snippets/init.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/lua
2-
require("luasnip").log.set_loglevel("debug")
2+
local ls = require("luasnip")
3+
ls.log.ping()
4+
ls.log.set_loglevel("debug")
35
require("luasnip.loaders.from_lua").load({paths = debug.getinfo(1).source:sub(2) .. "luasnippets"})
46

57
-- info = debug.getinfo(1, "Sl")

0 commit comments

Comments
 (0)