Errors at starting Vim
After watching your video on YouTube, I copied the init.vim file as my ~/.vimrc and then:
- Exec
rm -rf ~/.vim - Exec
mkdir ~/.vim/undodir -p - Installed Plug from https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- Run
:PlugInstall
After all that, I could see how the Vim appearance and functionality improved. However, I am always seeing these errors when Vim is open:

I googled for some time, but could not find anything conclusive. Do you have an idea what may I be missing?
Notes:
- Vim 8.2.1185
- Manjaro 20.0.3
I am also facing the same issue
I manage to get rid of the errors by removing the "nvim-apm" plugin, but now it doesn't highlight when I yank text, also "set kscb" on line 2 it says invalid syntax.
I believe this is related to @ThePrimeagen's vimrc - he might need to take a look.
Yes, I can take a look. @hendry3k , the first thing you should do is remove all references to vim.apm anywhere. This should fix the problem. The problem is that I may have some config that you dont due to apm.
But I can look tonight :)