fisadev / fisa-vim-config

my vim configuration (lot of python, autocompletition, fuzzy finder, debugger, ...)
http://vim.fisadev.com
1.47k stars 495 forks source link

errors during `git commit` #103

Closed pratik705 closed 7 years ago

pratik705 commented 7 years ago

Getting below error during git commit:

# git commit Error detected while processing /root/.vimrc: [...] line 37: E492: Not an editor command: Plug 'arielrossanigo/dir-configs-override.vim' line 39: E492: Not an editor command: Plug 'scrooloose/nerdtree' line 41: E492: Not an editor command: Plug 'scrooloose/nerdcommenter' line 43: E492: Not an editor command: Plug 'majutsushi/tagbar' line 45: E492: Not an editor command: Plug 'ctrlpvim/ctrlp.vim' line 47: E492: Not an editor command: Plug 'fisadev/vim-ctrlp-cmdpalette' line 49: E492: Not an editor command: Plug 'mattn/emmet-vim' line 51: [...]
fisadev commented 7 years ago

Hi!

This is probably because you don't have the plugin manager installed. Its installation may have failed during the first boot after you downloaded the plugin. Did you have git installed? Did it raise any errors?

The easiest way would be to delete your .vim folder, and run vim again, making sure the installation runs smoothly.