Open ghillb opened 4 years ago
I haven't used Neovim, so I'm not sure why this occurs.
What does :set shell?
show? I expect shell=C:\Windows\System32\cmd.exe
.
Do you set SHELL
environment variable?
You are absolutely right, the shell was pointing to bash. After removing it, :call minpac#update()
now throws the following error:
But after continuing with Return, the packages are installed correctly.
Can you copy&paste the result of :message
?
It is unfortunately just what you see in the screenshot:
Error detected while processing function <SNR>15_HL:
line 43:
E421: Color name or number not recognized: ctermbg= gui=NONE cterm=NONE
E421: Color name or number not recognized: ctermbg= gui=NONE cterm=NONE
E421: Color name or number not recognized: ctermbg= gui=NONE cterm=NONE
I think its a problem with the colorscheme rather than with minpac. For some reason minpac triggers it and that only on Windows.
Edit: I found it, I had to remove let g:gruvbox_sign_column = 'none'
.
Hello,
oddly
:call minpac#update()
fails for me on Windows 10 and nvim 0.5.0 with the following error:OS: Windows 10
v1809
nvim version:NVIM v0.5.0-801-ga061d53e1
installed via:scoop install neovim-nightly
minpac installed via:git clone https://github.com/k-takata/minpac.git %LOCALAPPDATA%\nvim\pack\minpac\opt\minpac
resulf of :call minpac#update():
On Linux minpac works flawlessly for me!