Skip to content
/ rspc Public

A personal vim plugin aiming at easily utilizing algorithm templates in SOMETHING.

License

Notifications You must be signed in to change notification settings

lifeich1/rspc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSPC

It is a neovim plugin aiming at easily utilizing algorithm templates in personal requirement.

RSPC: PC for "programing competion", RS for nothing but just historical redundancy.

If you want contest algorithms in rust, please checkout EbTech/rust-algorithms

Todo

  1. Vim plugin: template name completion

Install & Usage

Use package, vim's document about this mechanic :help packages<CR>.

Then set normal mode map to use it for convenience:

nnoremap <leader>rn :RSPCNew<cr>
nnoremap <leader>rt :RSPCAppend<cr>
nnoremap <leader>m :RSPCMake<cr>

nnoremap <leader>t :RSPCRegTest<cr>
nnoremap <leader>T :RSPCCustomTest<cr>
cnoremap <Bslash>at RSPCAutoTest<cr>
cnoremap <Bslash>qt !rm keeptest<cr>

About

A personal vim plugin aiming at easily utilizing algorithm templates in SOMETHING.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published