awesome-streamerrc icon indicating copy to clipboard operation
awesome-streamerrc copied to clipboard

Errors at starting Vim

Open mariomenjr opened this issue 5 years ago • 4 comments

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:

image

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

mariomenjr avatar Aug 08 '20 16:08 mariomenjr

Screenshot from 2020-08-09 09-10-58 I am also facing the same issue

simanga-dev avatar Aug 09 '20 07:08 simanga-dev

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.

simanga-dev avatar Aug 09 '20 08:08 simanga-dev

I believe this is related to @ThePrimeagen's vimrc - he might need to take a look.

erikreinert avatar Oct 31 '20 21:10 erikreinert

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 :)

ThePrimeagen avatar Nov 01 '20 17:11 ThePrimeagen