简体   繁体   中英

molokai in vim error when opening files

I have struggle the installation of vim color schemes for long time, I follow the steps of the following to do the installation

https://github.com/tomasr/molokai

And find out that the color scheme does not work as it is (with the error shown in the capture below), is there any steps I have ran wrong? Appreciate for the great help

ps: 1) System: using Ubuntu 11.10

2) Access via putty in windows and Ubuntu vim also not work

3) Error shown

显示错误

在此处输入图片说明

4) .vimrc file

在此处输入图片说明

From the error messages, it looks like Vim is sourcing an HTML file. You may have saved the marked-up page from GitHub instead of the raw text file .

Also, if you want to override the colorscheme's Search highlighting, you need to put the :hi Search command after the :colorscheme command in your ~/.vimrc .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM