Dein.vim cannot install plugin management neosnippet-snippets

Asked 2 years ago, Updated 2 years ago, 90 views

[dein] "sudo vim" is detected. This feature is disabled.
[dein] Not installed plugins: ['neosnippet-snippets']
[dein] Update started: (February 8, 2017 16:57:07)
[dein]/home/ 〇 //.cache/dein/repos/github.com/Shougo/neosnippet-snippets
[dein]Maybe long username or repository.
[dein] Cloning into'/home/ 〇 //.cache/dein/repos/github.com/Shougo/neosnippet-snippets'...
[dein] Error installing plugins:
[dein] neosnippet-snippets
[dein] Please read the error message log with the:message command.
[dein] "sudo vim" is detected. This feature is disabled.
[dein] Done: (February 8, 2017 16:57:27)

The above error occurs.〇 は ユーザ is the username.Other plug-ins were successfully installed.Please give me a solution.

vim

2022-09-30 17:24

1 Answers

As the error message states, dein.vim installation does not work in sudo state.
If it moves in sudo state, it will create files in the home directory that are not normally writable by the user.


2022-09-30 17:24

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.