Skip to content

Commit 604b394

Browse files
committed
👍 no package json
1 parent 45b8a1c commit 604b394

File tree

1 file changed

+1
-0
lines changed
  • autoload/denops/_internal/server

1 file changed

+1
-0
lines changed

autoload/denops/_internal/server/proc.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ function! s:start(options) abort
5555
let l:env = {
5656
\ 'NO_COLOR': 1,
5757
\ 'DENO_NO_PROMPT': 1,
58+
\ 'DENO_NO_PACKAGE_JSON': 1,
5859
\ }
5960
if g:denops#deno_dir isnot# v:null
6061
let l:env['DENO_DIR'] = g:denops#deno_dir

0 commit comments

Comments
 (0)