Home

Awesome

cpbooster :heart: vim

About

cpbooster plugin for vim or neovim

video-demo-min

Installation

npm install cpbooster -g
Plug 'searleser97/cpbooster.vim'

Commands

CommandDescription
:Test [id]Test your current code against all available testcases for it,<br/>or just one testcase if [id] is set.
:Debug [id]Run your current code with your debugging flags,<br/>or run it against one testcase if [id] is set.
:Create <filename>Create source file loading the corresponding<br/>template for the file extension.
:Rtest [id]Test the last compiled version of your code.<br/>Same as :Test but without recompiling.
:Rdebug [id]Debug the last compiled version of your code.<br/>Sames as :Debug but without recompiling.
:AddtcAdd new test case for your current code.
:SubmitSubmit your code to an Online Judge. (Codeforces, AtCoder, ...)

Future Updates

License

cpbooster.vim is licensed under the GNU General Public License v3.0