Skip to content

searleser97/cpbooster.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cpbooster ❤️ vim

About

cpbooster plugin for vim or neovim

video-demo-min

Installation

npm install cpbooster -g
  • Install cpbooster.vim using your preferred plugin manager

Plug 'searleser97/cpbooster.vim'

Commands

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

Future Updates

  • Add :TestAs <filename> command
  • Add :DebugAs <filename> command

License

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

About

Vim integration plugin of cpbooster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published