basic QuickRun support; implements #6
This commit is contained in:
parent
d2f05bc1a6
commit
f6bd6cfd25
1 changed files with 8 additions and 0 deletions
|
|
@ -218,3 +218,11 @@ if exists("g:SyntasticRegistry")
|
|||
\ 'name': 'nimrod'})
|
||||
endif
|
||||
|
||||
if !exists("g:quickrun_config")
|
||||
let g:quickrun_config = {}
|
||||
endif
|
||||
|
||||
if !exists("g:quickrun_config.nimrod")
|
||||
let g:quickrun_config.nimrod = { "exec": "nimrod c --run --verbosity:0 %S" }
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue