Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

codeium.log.log: No such file or directory #155

Open
bstaint opened this issue Mar 12, 2024 · 2 comments
Open

codeium.log.log: No such file or directory #155

bstaint opened this issue Mar 12, 2024 · 2 comments

Comments

@bstaint
Copy link

bstaint commented Mar 12, 2024

On Windows, log will raise:

E5108: Error executing lua ...able/Neovim/nvim/remote/plenary.nvim/lua/plenary/log.lua:168: D:\Temp\nvim\codeium/codeium.log.log: No such file or directory
stack traceback:
	[C]: in function 'assert'
	...able/Neovim/nvim/remote/plenary.nvim/lua/plenary/log.lua:168: in function 'info'
	[string ":lua"]:1: in main chunk

plugin = "codeium/codeium.log",

plenary can't create codeium directory, and log suffix is excessive.

@consoleaf
Copy link
Contributor

That's weird because on Linux that code creates codeium.log. I added it because it would fail to create file codeium because of an existing directory with the same name.

I'll check what plenary does differently for windows and linux

@bstaint
Copy link
Author

bstaint commented Mar 12, 2024

maybe:
nvim-lua/plenary.nvim@55d9fe8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants