bigeagle / neovim-config

my neovim configurations
56 stars 18 forks source link

Wrong some paths in init.vim #4

Open myromeu opened 8 years ago

myromeu commented 8 years ago

Hello. Thank you for your config) But I tried this install in arch linux and mint linux. I followed instructions from README.md . And appeared same problem:

Error detected while processing /home/archie/neovim-config/init.vim:
line 174:
E484: Can't open file /home/archie/.nvim/config/airline.vim
..... # and many same lines...

I just fixed these lines in init.vim like /home/archie/._config/_nvim/config/airline.vim. And it worked.

bigeagle commented 8 years ago

I created soft link from ~/.nvim to ~/work/neovim-config. I should have written this in README.md

ghost commented 6 years ago

I was also bitten by this from a fresh install. Maybe make a note to update the init.vim file? Near the end there are a bunch of source that point to ~/.nvim that are pretty straightforward to update.