Skip to content

Commit

Permalink
update plugins for editing js project
Browse files Browse the repository at this point in the history
  • Loading branch information
wongsingfo committed Sep 25, 2023
1 parent 12bd639 commit dbd1a2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM ubuntu:23.04

RUN apt-get update && apt-get install -y \
adduser \
bat \
cmake \
curl \
dumb-init \
Expand Down Expand Up @@ -41,5 +42,7 @@ RUN fish -c 'curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main
RUN curl -L https://github.com/neovim/neovim/releases/download/stable/nvim-linux64.tar.gz | sudo tar zxf - -C /usr/local/ --strip-components=1

# The "sleep *" is a workaround for https://github.com/nvim-treesitter/nvim-treesitter/issues/2900
RUN nvim --headless +"Lazy restore" +"TSUpdateSync" +"MasonUpdate" +"MasonInstall pyright" +"MasonInstall clangd" +"sleep 20" +qall
RUN nvim --headless +"Lazy restore" +"TSUpdateSync" +"MasonUpdate" \
+"MasonInstall pyright" +"MasonInstall clangd" +"MasonInstall typescript-language-server" \
+"sleep 20" +qall

0 comments on commit dbd1a2e

Please sign in to comment.