Disable msgsep display option when testing neovim
parent
b0451d0a27
commit
e032b5b803
2
Makefile
2
Makefile
|
@ -318,7 +318,7 @@ check_neovim: check_os
|
|||
@echo "Installing packer packages"
|
||||
@nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerInstall'
|
||||
@echo "Doing a basic neovim startup and quit"
|
||||
@nvim --headless -c 'quitall'
|
||||
@nvim --headless -c 'set display-=msgsep' -c 'quitall'
|
||||
|
||||
.PHONY: oh_my_zsh
|
||||
oh_my_zsh: check_os
|
||||
|
|
Loading…
Reference in New Issue