mirror of
https://github.com/amix/vimrc
synced 2025-07-09 10:45:00 +08:00
Removed vim-go
This commit is contained in:
@ -1,29 +0,0 @@
|
||||
VIMS ?= vim-8.0 nvim
|
||||
|
||||
all: install lint test
|
||||
|
||||
install:
|
||||
@echo "==> Installing Vims: $(VIMS)"
|
||||
@for vim in $(VIMS); do \
|
||||
./scripts/install-vim $$vim; \
|
||||
done
|
||||
|
||||
test:
|
||||
@echo "==> Running tests for $(VIMS)"
|
||||
@for vim in $(VIMS); do \
|
||||
./scripts/test $$vim; \
|
||||
done
|
||||
|
||||
lint:
|
||||
@echo "==> Running linting tools"
|
||||
@./scripts/lint vim-8.0
|
||||
|
||||
docker:
|
||||
@echo "==> Building/starting Docker container"
|
||||
@./scripts/docker-test
|
||||
|
||||
clean:
|
||||
@echo "==> Cleaning /tmp/vim-go-test"
|
||||
@rm -rf /tmp/vim-go-test
|
||||
|
||||
.PHONY: all test install clean lint docker
|
Reference in New Issue
Block a user