xeluxee / competitest.nvim

CompetiTest.nvim is a Neovim plugin for Competitive Programming: it can manage and check testcases, download problems and contests from online judges and much more
GNU Lesser General Public License v3.0
417 stars 20 forks source link

Could not get the directory name to be of the #32

Closed vishalpaudel closed 1 year ago

vishalpaudel commented 1 year ago

I am a neovim and lua fan. I do not know much configuration and so I failed to change the directory name on receive to the name of the judge + contest + problem:

CodeForces/CodeforcesRound858(Div2)/AWalkingMaster/

The following package(very similar in fact) has a very neat foldering mechanism which does this:

https://github.com/p00f/cphelper.nvim/tree/main

Please add something like this to the competitest plugin?

xeluxee commented 1 year ago

Right now you can clone a contest with :CompetiTestReceive contest and choose folder name manually. Currently we are planning to introduce some options to customize folders naming for received problems and contests, see #28.

xeluxee commented 1 year ago

Closing with #40 See how to customize folder structure for received problems and contests.