mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 17:17:36 +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:
|
||||
sh ./update-plugins.sh
|
||||
|
||||
.PHONY: install-coding-helpers
|
||||
install-coding-helpers:
|
||||
sh ./install-coding-helpers.sh
|
||||
|
||||
.PHONY: install-language-servers
|
||||
install-language-servers:
|
||||
sh ./install-language-servers.sh
|
||||
install-language-servers: install-coding-helpers
|
||||
@echo "Using obsolete make target. Change to install-coding-helpers"
|
||||
|
||||
.PHONY: uninstall
|
||||
uninstall:
|
||||
|
@ -47,8 +47,8 @@ RUN mkdir $HOME/bin
|
||||
ENV PATH $HOME/bin:$PATH
|
||||
|
||||
# Install Language servers
|
||||
COPY --chown=vividboarder:users ./install-language-servers.sh ./
|
||||
RUN ./install-language-servers.sh
|
||||
COPY --chown=vividboarder:users ./install-coding-helpers.sh ./
|
||||
RUN ./install-coding-helpers.sh
|
||||
|
||||
# Add config
|
||||
COPY --chown=vividboarder:users ./neovim $HOME/.config/nvim
|
||||
|
Loading…
Reference in New Issue
Block a user