mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 17:37:34 +00:00
Rename install-language-servers.sh to install-coding-helpers.sh
This now has much more than just language servers.
This commit is contained in:
parent
60819a7dff
commit
3a637add78
8
Makefile
8
Makefile
@ -13,9 +13,13 @@ install:
|
|||||||
update:
|
update:
|
||||||
sh ./update-plugins.sh
|
sh ./update-plugins.sh
|
||||||
|
|
||||||
|
.PHONY: install-coding-helpers
|
||||||
|
install-coding-helpers:
|
||||||
|
sh ./install-coding-helpers.sh
|
||||||
|
|
||||||
.PHONY: install-language-servers
|
.PHONY: install-language-servers
|
||||||
install-language-servers:
|
install-language-servers: install-coding-helpers
|
||||||
sh ./install-language-servers.sh
|
@echo "Using obsolete make target. Change to install-coding-helpers"
|
||||||
|
|
||||||
.PHONY: uninstall
|
.PHONY: uninstall
|
||||||
uninstall:
|
uninstall:
|
||||||
|
@ -47,8 +47,8 @@ RUN mkdir $HOME/bin
|
|||||||
ENV PATH $HOME/bin:$PATH
|
ENV PATH $HOME/bin:$PATH
|
||||||
|
|
||||||
# Install Language servers
|
# Install Language servers
|
||||||
COPY --chown=vividboarder:users ./install-language-servers.sh ./
|
COPY --chown=vividboarder:users ./install-coding-helpers.sh ./
|
||||||
RUN ./install-language-servers.sh
|
RUN ./install-coding-helpers.sh
|
||||||
|
|
||||||
# Add config
|
# Add config
|
||||||
COPY --chown=vividboarder:users ./neovim $HOME/.config/nvim
|
COPY --chown=vividboarder:users ./neovim $HOME/.config/nvim
|
||||||
|
Loading…
Reference in New Issue
Block a user