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

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

$
0
0

image

image

fontのインストール

こちらを参考にしました。
fontforgeは自分の環境では↓でインストールできた
brew install fontforge --with-python

ryanoasis/nerd-fontsは結構容量があるっぽいので注意
前にRictyを入れていたので、-wオプションなしで参考記事の通りにインストールしました。
macだとSpotlight検索でfontと検索すると、Font Bookていうアプリが立ち上がってきて、
fontfileのファイルパスとかがわかります。

出来たfontfileを~/Library/Fonts/に移動すればインストール完了。

vim設定

.vimrc
"↓ plugin管理は適宜置き換えて下さい
NeoBundle 'ryanoasis/vim-devicons' " <=追加 利用できるpluginの前に追加する必要あり
NeoBundle 'scrooloose/nerdtree'
NeoBundle 'tiagofumo/vim-nerdtree-syntax-highlight'" <= 追加~~letg:NERDTreeDirArrows =1let NERDTreeWinSize=22" let NERDTreeShowHidden = 1"vim-nerdtree-syntax-highlightlets:rspec_red ='FE405F'lets:git_orange ='F54D27'letg:NERDTreeExactMatchHighlightColor = {} " this line is needed to avoid errorletg:NERDTreeExactMatchHighlightColor['.gitignore'] =s:git_orange " sets the color for .gitignore filesletg:NERDTreePatternMatchHighlightColor = {} " this line is needed to avoid errorletg:NERDTreePatternMatchHighlightColor['.*_spec\.rb$'] =s:rspec_red " sets the color for files ending with _spec.rb" vim-deviconsletg:webdevicons_conceal_nerdtree_brackets =1letg:WebDevIconsNerdTreeAfterGlyphPadding =' '" dir-iconsletg:WebDevIconsUnicodeDecorateFolderNodes =1letg:DevIconsEnableFoldersOpenClose =1letg:WebDevIconsUnicodeDecorateFolderNodesDefaultSymbol =''letg:DevIconsDefaultFolderOpenSymbol =''" file-iconsletg:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols = {}
letg:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['html'] =''letg:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['css'] =''letg:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['md'] =''letg:WebDevIconsUnicodeDecorateFileNodesExtensionSymbols['txt'] =''~~" ↓インストールしたfontsetguifont=RictyDiscordForPowerline\ Nerd\ Font:h14

image


Viewing all articles
Browse latest Browse all 5608

Trending Articles



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