Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
フォルダのデフォルトの青色を変更したい
設定方法は?
:hi Directory guifg=#FF0000 ctermfg=red
拡張子に基づいてファイルの色をカスタマイズする場合は、このプラグインを作成しました。vim-deviconsで使用できますが、持っていない場合は、次の行を .vimrc に追加すると、ファイル名が強調表示されます。
let g:NERDTreeFileExtensionHighlightFullName = 1
NERDTree はそのようなオプションを提供しませんが、ソースを見てハイライト について読むと、いくつかのカスタマイズを思い付くことができます。