LoginSignup
0
0

More than 5 years have passed since last update.

editorconfig-vim 覚書

Posted at

vim インストール

apt-get install vim

dein インストール

curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
chmod +x installer.sh
./installer.sh ~/.cache/dein

EditorConfig インストール

.vimrc の雛形を作成する。

./installer.sh > ~/.vimrc

Vim Script として無効な行を削除し、下記を追記する。

~/.vimrc
call dein#add('editorconfig/editorconfig-vim')

vim を起動して EditorConfig をインストールする。

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