Remove quickrun settings
This commit is contained in:
parent
f16af986a8
commit
21731384b8
1 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue