Skip to content

Commit

Permalink
installing tern as dependency for ncm2-tern
Browse files Browse the repository at this point in the history
  • Loading branch information
InFog committed Apr 24, 2022
1 parent 6a2f437 commit 1d22378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion langs/javascript.vim
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Plug 'MaxMEllon/vim-jsx-pretty'
Plug 'pangloss/vim-javascript'

if has('nvim')
Plug 'ncm2/ncm2-tern', { 'do': 'npm install' }
Plug 'ncm2/ncm2-tern', { 'do': 'npm install && npm install -g tern' }
endif

" Extra setup
Expand Down

0 comments on commit 1d22378

Please sign in to comment.