Releases: n04ln/diesirae.nvim
Releases Β· n04ln/diesirae.nvim
v0.2.0
Add-feature
doc
- Can use
:h XXX
AojDescription()
- get problem's description from AOJ.
setting g:diesirae_config
- Local test command can be defined from vimscript.
- e.g.
let g:diesirae_config={
\ 'commands': {
\ 'py': {
\ 'build_command': [],
\ 'exec_command': ['python3', '*source*']
\ },
\ 'go': {
\ 'build_command': ['go', 'build', '-o', '*bin*', '*source*'],
\ 'exec_command': ['*bin*']
\ }
\ }
\}
Refactor
:AojTrial
π AojRunSample()
- modified it from COMMAND to FUNCTION because asynchronous is more convenient this feature.
MORE
if you want to more information, please check README.md
!
v0.1.0
feature
- check session
:AojSelf
- re-connect session
:AojSession
- submission (async)
:call AojSubmit("PROBLEM_ID")
- check status
:AojStatus
- run test cases (sync) <- maybe It will become async in the next release.
:AojTrial "PROBLEM_ID"
if you want to more information, please check README.md
!