Disable msgsep display option when testing neovim
This commit is contained in:
parent
b0451d0a27
commit
e032b5b803
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue