Closed lanithenothing closed 3 years ago
I press competitive companion icon, but again nothing happens.
Can you paste the output of :version
here?
@laniakeaaa can you please paste the output of :version
here?
Probable fix is sudo luarocks remove http
then sudo luarocks install http --lua-version 5.1
(You need to have lua 5.1 installed to do this)
I'll change the readme
I've changed the readme, can you try again?
I have a same problem with this output
@robusta301 Okay your neovim uses lua 5.2, uninstall the old rock
sudo luarocks remove http --lua-version 5.1
then install the correct version
sudo luarocks install http --lua-version 5.2
Assuming 5.1 was a wrong assumption, I'll change the readme again tomorrow
I managed to run :CphReceive and Parse Task in the browser, it run but nothing happens
Ok, run :debug CphReceive
then type cont
(as instructed) and press enter. Then parse task in browser and paste the debug output here
As an example, here is the expected behaviour without :debug
And here's the expected output with :debug
(yours might be different because there's something wrong)
You don't have to run :CphReceive
in an empty cpp file, you can run it on neovim's start screen too (in both cases it will create the contest solution file in its own directory and open that file)
I've changed the readme again, @laniakeaaa @robusta301 can you try uninstalling the rock and installing as mentioned in the README?
This version work? Or is just 2.0.5?
This version work? Or is just 2.0.5?
Yes, use --lua-version 5.1
I've added a demo video to the README
Closing (no response from issue author)