2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[neovim] vim-plugのPlugInstallでエラーメッセージ「E492:エディタのコマンドではありません」 が表示される問題

Posted at

結論

解決しました。neovimの話です。
PlugInsallコマンド実行時に生成されるpluggedディレクトリを下記のように明示的に指定することで、エラーコードE492が表示されることなく無事プラグインをインストールできました。

call plug#begin('~/.config/nvim/plugged')

ちなみにエラーメッセージの詳しい内容はこちら。

E492: エディタのコマンドではありません: PlugInstall

背景

neovimのプラグイン管理ツールとして有名なvim-plugをインストールしました。
その後、適当なプラグインを見つけてインストールを試みたものの、PlugInsallの実行がなかなかうまくいかず困った、という話でした。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?