ofavre / vimcat

cat with Vim's syntax highlighting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Local vimrc is used in installation

israellevin opened this issue · comments

Tried to make install and got:

cd runtime/syntax/ && vim -X -S ../../make-rgb-index.vim -E -n
>/dev/null
Makefile:11: recipe for target
'runtime/syntax/2ansicolorcodes_colors.vim' failed
make: *** [runtime/syntax/2ansicolorcodes_colors.vim] Error 1

In my case the problem turned out to be that my local vimrc uses vim-plug, but I'm sure many other collisions are possible. All can be solved by ignoring the local vimrc with -u NONE in the makefile.