You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
I had Ubuntu 18.04 and configuration file worked perfectly.
After writing same code in Ubuntu 20.04, it shows
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
The text was updated successfully, but these errors were encountered: