Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 1.73 KB

README.md

File metadata and controls

41 lines (31 loc) · 1.73 KB

Vim勉強会用のリポジトリ vint Build Status CI

これはサンプルのリポジトリです。

使うプラグインマネージャー

インストールされるVimプラグイン

実行する手順 (Unix)

  1. このリポジトリをフォークします

  2. 以下のコマンドを実行します

        git clone https://github.com/{your github name}/vim-study ~/.vim
  3. vim-plugをインストールします

        sh ~/.vim/bin/vim-plug-installer.sh
  4. Vimを起動します

  5. :PlugInstallを実行します