Skip to content

Commit 0038c19

Browse files
authored
Fix codeium log file name issue (Exafunction#230)
1 parent 9c15d0e commit 0038c19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/codeium/log.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local p_debug = vim.env.DEBUG_CODEIUM
22

33
return require("plenary.log").new({
4-
plugin = "codeium/codeium.log",
4+
plugin = "codeium/codeium",
55
level = p_debug or "info",
66
})

0 commit comments

Comments
 (0)