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()
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: