Quantcast
Channel: Vimタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 5608

editorconfig-vim 覚書

$
0
0

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

Viewing all articles
Browse latest Browse all 5608

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>