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 -