I want to install the plug-in in NeoBundle, but I got an error...

Asked 2 years ago, Updated 2 years ago, 69 views

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

2022-09-30 20:35

1 Answers

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


2022-09-30 20:35

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.