Remove PACKER_DIR requirement
This commit is contained in:
parent
3a74b60ef3
commit
9bdd364b12
2
Makefile
2
Makefile
|
@ -32,7 +32,7 @@ zsh: $(ZSH_DIR) $(ZSH_CUSTOM_DIR) $(POWERLEVEL_DIR) $(ZSH_TARGETS)
|
|||
|
||||
ssh: $(HOME)/.ssh/config $(HOME)/.ssh/sockets $(HOME)/.ssh/config.d
|
||||
|
||||
nvim: $(PACKER_DIR)
|
||||
nvim:
|
||||
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
|
||||
|
||||
$(CONFIG_TARGETS): $(CONFIG_DIR)/%: config/%
|
||||
|
|
Loading…
Reference in a new issue