There was an error while loading. Please reload this page.
1 parent d2794d5 commit 32cd283Copy full SHA for 32cd283
1 file changed
autoload/dein/install.vim
@@ -392,6 +392,10 @@ function! dein#install#_recache_runtimepath() abort
392
call s:merge_files(merge_ftdetect_plugins, 'ftdetect')
393
call s:merge_files(merge_ftdetect_plugins, 'after/ftdetect')
394
395
+ " Remove deno.json and deno.jsonc files.
396
+ call dein#install#_rm(runtime .. '/deno.json')
397
+ call dein#install#_rm(runtime .. '/deno.jsonc')
398
+
399
if g:->get('dein#auto_remote_plugins', v:true)
400
silent call dein#remote_plugins()
401
endif
0 commit comments