Closed pwntester closed 2 years ago
Hi @pwntester! Love your plugin, I use it almost every day for work. Shouldn't be a difficult change, I'll see what I can do
Let me know if that fixes the issue for you
I cannot, weirdly enough, get this to work. I have tried specifying the filetype
explicitly in both cmp
and cmp-git
, but still not getting any completions for the octo
filetype.
Am I missing something, or should this just work out of the box for octo
filetypes?
Hi! author of octo.nvim here. I was going to work on a nvim-cmp source for octo (issue/prs and metions) and found out your plugin. I think it would be much better to add support for Octo directly on this source rather than writing a new one. Would you be open to support Octo buffers (filetype:
octo
)?I tried to use your source and got:
For an octo buffer, the
cwd
variable in utils.lua:104 isocto://OWNER/REPO/issue
so I guess, special handing of octo buffer names is needed