Disable msgsep display option when testing neovim

main
Ensar Sarajčić 2022-04-29 14:15:31 +02:00
parent b0451d0a27
commit e032b5b803
1 changed files with 1 additions and 1 deletions

View File

@ -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