this is my vimrc file in ~/ folder
Note : i use linux (kali linux)
https://pastebin.com/i37cPUSK
i installed vim plug using this
curl -fLo ~/.vim/autoload/plug.vim --create-dirs
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
iam getting this error i tried enter :PluginInstall it shows not an editor command
i even tried :PlugInstall
but it's not working you can see my vimrc file from above link i didn't posted because it will be too messi
Your .vimrc might be corrupt. I recommend removing it (
rm ~/.vimrc) and opening a new file using vim (vim ~/.vimrc) and pasting the config from the raw version of your pastebin (https://pastebin.com/raw/i37cPUSK).I just tried the same in a new Docker container and it seems to work fine. Here are the steps that worked: