I want to install the plug-in with neoBundle, but for some reason I threw up an error and it doesn't work.
[Current status]
First, I will start vim and try to install it with yes... (I'm trying to insert a famous plug-in called nerdtree)
Not installed bundles: ['nerdtree']
Install bundles now?
(y)es, [N]o:
The problem is that the following error will appear after this
Error detected while processing function neobundle #commands #check..neobundle #commands #install..neobundle #installer #update..<SNR>19_save_install_info..neobundle #util #w
writefile:
line 7:
E482: Can't create file/Users/kayamelo/.vim/bundle/.neobundle/install_info
Press ENTER or type command to continue
Error detected while processing function neobundle #commands #check..neobundle #commands #install..neobundle #installer #update..<SNR>19_save_install_info..<SNR>19_save_loc
kfile:
line 7:
E482: Can't create file/Users/kayamelo/.vim/bundle/NeoBundle.lock
Press ENTER or type command to continue
install_info
and NeoBundle.lock
files cannot be created!
I am also concerned about the first Error detected while processing function
.
I've been googling a lot, but I don't know what I can't go to.
If you don't mind, please advise me.
vim
From Comments:
First, why don't you check if the /Users/kayamelo/.vim/bundle/ directory exists, and if so, why don't you check the directory owner and permission? – user4986
As you pointed out, I played with permissions per .vim and .vimrc. -taka
579 Understanding How to Configure Google API Key
615 GDB gets version error when attempting to debug with the Presense SDK (IDE)
585 PHP ssh2_scp_send fails to send files as intended
577 Who developed the "avformat-59.dll" that comes with FFmpeg?
624 Uncaught (inpromise) Error on Electron: An object could not be cloned
© 2024 OneMinuteCode. All rights reserved.