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

vimのnerdtreeにファイルアイコンをつける

$
0
0

こんな感じになります

スクリーンショット 2016-11-06 14.57.12.png

参考にした記事

rictyにnerd-fontsのパッチを当てる(試行錯誤)
vimでatomのfile-iconsのような感じにする

導入方法

macOSでは,gitがopensslではなくSecureTransportを使用しているためビルドしてあげる

brew reinstall git --with-brewed-curl --with-brewed-openssl

fontforgeのインストール

brew install fontforge --use-gcc --without-python

rictyのインストール

brew tap sanemat/font
brew install --powerline --vim-powerline ricty
cp -f /usr/local/Cellar/ricty/4.0.1/share/fonts/Ricty-* ~/Library/Fonts/

nerd-fontのインストール

git clone https://github.com/ryanoasis/nerd-fonts
cd nerd-fonts
chmod 755 font-patcher
fontforge -script ./font-patcher ~/Library/Fonts/Ricty-Regular-Powerline.ttf --fontawesome --fontlinux --octicons --pomicons --powerline --powerlineextra
cp -f ./Ricty\ Regular\ for\ Powerline\ Nerd\ Font\ Complete.ttf ~/Library/Fonts/
fc-cache -vf

itermの場合

FontをRictyRegularforPowerlineNerdFontCompleteに変更する

.vimrc

vimでatomのfile-iconsのような感じにするを参照

最後に

素敵なvimライフを!


Viewing all articles
Browse latest Browse all 5608

Trending Articles