mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 08:17:35 +00:00
Update Makefile for new helper installer
This commit is contained in:
parent
240dcb648d
commit
414e2b7842
6
Makefile
6
Makefile
@ -9,13 +9,9 @@ default: check
|
|||||||
install:
|
install:
|
||||||
sh ./vim-sync-append.sh
|
sh ./vim-sync-append.sh
|
||||||
|
|
||||||
.PHONY: update
|
|
||||||
update:
|
|
||||||
sh ./update-plugins.sh
|
|
||||||
|
|
||||||
.PHONY: install-coding-helpers
|
.PHONY: install-coding-helpers
|
||||||
install-coding-helpers:
|
install-coding-helpers:
|
||||||
sh ./install-coding-helpers.sh
|
sh ./install-helpers.py
|
||||||
|
|
||||||
.PHONY: install-language-servers
|
.PHONY: install-language-servers
|
||||||
install-language-servers: install-coding-helpers
|
install-language-servers: install-coding-helpers
|
||||||
|
Loading…
Reference in New Issue
Block a user