Remove quickrun settings

This commit is contained in:
erw7 2018-02-03 17:39:47 +09:00 committed by zah
commit 21731384b8

View file

@ -238,12 +238,3 @@ if exists("g:SyntasticRegistry")
\ 'filetype': 'nim',
\ 'name': 'nim'})
endif
if !exists("g:quickrun_config")
let g:quickrun_config = {}
endif
if !exists("g:quickrun_config.nim")
let g:quickrun_config.nim = { "exec": "nim c --run --verbosity:0 %S" }
endif