fisadev / fisa-vim-config

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

Vim Config File not working in Ubuntu 20 #135

Open ajinzrathod opened 3 years ago

ajinzrathod commented 3 years ago

I had Ubuntu 18.04 and configuration file worked perfectly.

After writing same code in Ubuntu 20.04, it shows

Error detected while processing /home/ajinkya/.vimrc:
line   58:
E117: Unknown function: plug#begin
line   64:
E492: Not an editor command: Plug 'arielrossanigo/dir-configs-override.vim'
line   66:
E492: Not an editor command: Plug 'scrooloose/nerdcommenter'
line   68:
E492: Not an editor command: Plug 'scrooloose/nerdtree'
....
....

I even tried sudo apt-get install vim-runtime.

It reduced some errors. But still it shows Not a editor command multiple times while opening vi