mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-04 18:46:44 +00:00
Add pyright to Docker neovim
This commit is contained in:
parent
b5930ba12b
commit
e0900785a1
@ -53,6 +53,7 @@ RUN npm install -g \
|
|||||||
alex \
|
alex \
|
||||||
bash-language-server \
|
bash-language-server \
|
||||||
csslint \
|
csslint \
|
||||||
|
pyright
|
||||||
|
|
||||||
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /go/bin v1.35.2
|
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b /go/bin v1.35.2
|
||||||
# RUN GOPATH=/go go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
# RUN GOPATH=/go go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
||||||
|
Loading…
Reference in New Issue
Block a user