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
438 stars 22 forks source link

Edit testcases directly from runner_ui. #62

Open basit2 opened 1 month ago

basit2 commented 1 month ago

is it possible to configure so that testcases can be directly edited from runner_ui standard input window?

xeluxee commented 3 weeks ago

is it possible to configure so that testcases can be directly edited from runner_ui standard input window?

Currently it's not possible, but it looks like a good idea. PRs are welcome.