chxuan / vimplus

:rocket:An automatic configuration program for vim
https://github.com/chxuan/vimplus
MIT License
3.89k stars 1.13k forks source link

macos big sur #322

Open ximinng opened 3 years ago

ximinng commented 3 years ago

image

Error detected while processing /Users/xxx/.vimrc:
line    9:
E484: Can't open file /usr/share/vim/syntax/syntax.vim
line   10:
E484: Can't open file /usr/share/vim/syntax/syntax.vim
Error detected while processing function plug#end:
line   86:
E484: Can't open file /usr/share/vim/syntax/syntax.vim
[nerdtree-git-status] option 'g:NERDTreeIndicatorMapCustom' is deprecated, please use 'g:NERDTreeGitStatusIndicatorMapCustom'
Press ENTER or type command to continue

您好,作者很感谢您提供vimplus,这里有些问题需要你的帮助,自从更新mac系统之后,每次打开vim都会出现这个错误,然后语法高亮失效了,我该怎么办

chxuan commented 3 years ago

@ximingxing 你好,你先将nerdtree-git-status的报错解决了再试试呢,执行vim ~/.vimrc,然后将g:NERDTreeIndicatorMapCustom替换成g:NERDTreeGitStatusIndicatorMapCustom,你的应该不是最新的vimplus,最新的vimplus是已经修改了的