Skip to content

Commit

Permalink
basic QuickRun support; implements zah#6
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Dec 9, 2013
1 parent d2f05bc commit f6bd6cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions autoload/nimrod.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f6bd6cf

Please sign in to comment.