Skip to content

Commit

Permalink
feat(copilot): Install nodejs for copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
xingchensong committed Apr 2, 2023
1 parent 6eb917e commit b821fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/install_pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ wget https://repo.anaconda.com/miniconda/Miniconda3-py38_4.10.3-Linux-x86_64.sh
# update vim (>= 8.2) tmux (>= 2.5)
conda update -n base conda -y && conda install -y pip
conda install -c conda-forge vim zsh shellcheck tmux cmake ruby gawk -y
conda install nodejs -y # nodejs >= 16.13.1 for copilot.vim
pip3 install --user pynvim neovim jedi autopep8 cpplint pylint isort cmakelint cmake-format flake8==3.8.2 -i https://pypi.tuna.tsinghua.edu.cn/simple
# autojump
git clone git://github.com/wting/autojump.git
Expand Down

0 comments on commit b821fa0

Please sign in to comment.