imxiejie / ThinkVim

Vim configuration in the 21st century
MIT License
868 stars 106 forks source link

Can't get select default theme selection when execute install.sh #114

Closed ShawnRong closed 4 years ago

ShawnRong commented 4 years ago

Problems summary

Hi, There's error shows every time I opened neovim. Here's the error info: image And I checked the code, It looks like all the steps of themes installed by a golang script under cmd/main.go, And I ran the golang script directly. It shows error: image

And I had a temporary solution to fix this, just fixed the options

    colorschemes = []string{ 
        "hardcoreplayers/oceanic-material(support by default)", 
     }

it works.

Any ideas about this issue?

Environment Information

glepnir commented 4 years ago

@ShawnRong Use Space to choose colorscheme then type Enter to confirm.

ShawnRong commented 4 years ago

Ah, Sorry, I'm not read the command line guide carefully. And thanks for your reply!