mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2025-12-12 20:35:54 +01:00
7 lines
194 B
Bash
Executable File
7 lines
194 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
"$(dirname "$0")/go_install.sh" github.com/nametake/golangci-lint-langserver@latest
|
|
"$(dirname "$0")/go_install.sh" github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|