From 21731384b8f0675e3d666e98dd6625508c30f3af Mon Sep 17 00:00:00 2001 From: erw7 Date: Sat, 3 Feb 2018 17:39:47 +0900 Subject: [PATCH] Remove quickrun settings --- autoload/nim.vim | 9 --------- 1 file changed, 9 deletions(-) diff --git a/autoload/nim.vim b/autoload/nim.vim index c401c96..c1fdc9d 100644 --- a/autoload/nim.vim +++ b/autoload/nim.vim @@ -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 -