0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Vimプラグインのインストール方法メモ(pathogen.vim)

Posted at

pathogen.vimは入れたけど、
プラグインをinstallするときどうすればいいんだっけ?
毎回忘れるので、メモ。

前提

  • dotfiles を Git で管理している。
  • pathogen.vim を ~/.vim/autoload に配置済み。

やること

プラグインリポジトリを.vim/bundleの下にサブモジュールとして追加する。

手順

例:mru.vim をインストールする場合

cd ~/dotfiles/.vim
git submodule add https://github.com/vim-scripts/mru.vim.git mru.vim
0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?