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

comment config working on arch but not on linux (arch) #422

Open
JonnySB opened this issue Dec 17, 2023 · 1 comment
Open

comment config working on arch but not on linux (arch) #422

JonnySB opened this issue Dec 17, 2023 · 1 comment

Comments

@JonnySB
Copy link

JonnySB commented Dec 17, 2023

Hi - first of all, this is my first attempt at raising an issue on gh - so please let me know if there is anything I can do to be more helpful!

I have an nvim config I'm sharing between two computers, one Mac / one Arch, and everything is working great on both except for comment on my Arch machine despite working great on my mac. I've been searching to see if there is something I'm missing but am coming up with nothing - is this a known bug/ dependency issue maybe?

I'm importing comment using packer with a standard use statement, and then this is my config file:

local setup, comment = pcall(require, "comment")
if not setup then
	return
end

comment.setup()
@mjw6i
Copy link

mjw6i commented Mar 5, 2024

Perhaps it's a case sensitivity issue ignored by mac.
I think the require argument should be "Comment" instead of "comment".

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