Skip to content

Commit

Permalink
Merge pull request #414 from vim-denops/no-package-json
Browse files Browse the repository at this point in the history
👍 no package json
  • Loading branch information
lambdalisue authored Aug 29, 2024
2 parents 45b8a1c + 604b394 commit f32f028
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/denops/_internal/server/proc.vim
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function! s:start(options) abort
let l:env = {
\ 'NO_COLOR': 1,
\ 'DENO_NO_PROMPT': 1,
\ 'DENO_NO_PACKAGE_JSON': 1,
\ }
if g:denops#deno_dir isnot# v:null
let l:env['DENO_DIR'] = g:denops#deno_dir
Expand Down

0 comments on commit f32f028

Please sign in to comment.