jarolrod / vim-python-ide

Python development config
BSD 3-Clause "New" or "Revised" License
751 stars 91 forks source link

Error detected while processing VimEnter Autocommands for "*" #12

Closed Z33DD closed 4 years ago

Z33DD commented 4 years ago

When I open Vim, it shows this error:

Error detected while processing VimEnter Autocommands for "*":
E492: Not an editor command: RainbowParenthesesToggle

And after

Error detected while processing VimEnter Autocommands for "*":
E492: Not an editor command:  Startify | endif
Z33DD commented 4 years ago

I try to open a test.py file, and Vim shows this:

"test.py" [New File]
Error detected while processing Syntax Autocommands for "*":
E492: Not an editor command: RainbowParenthesesLoadRound
E492: Not an editor command: RainbowParenthesesLoadSquare
E492: Not an editor command: RainbowParenthesesLoadBraces
Error detected while processing BufEnter Autocommands for "*.py":
E117: Unknown function: tagbar#autoopen
Error detected while processing VimEnter Autocommands for "*":
E492: Not an editor command: RainbowParenthesesToggle
jarolrod commented 4 years ago

Did you install the vimrc through the install script or did you manually copy over the vimrc. First thing I would do is make sure you’ve done a :Plugininstall

Z33DD commented 4 years ago

This happens when I try:

E492: Not an editor command: Plugininstall