LoginSignup
1
4

More than 5 years have passed since last update.

Mac Vim で iceberg のテーマを使う ( NeoBundle)

Last updated at Posted at 2018-12-23

はじめに

  • vim で icebergのテーマを使えるようにします

image.png
https://github.com/cocopon/iceberg.vim

やり方 (NeoBundle)

  • .vimrcに以下を追加
NeoBundle 'cocopon/iceberg.vim'
  • Install (vimを起動して、以下を実行)
:NeoBundleInstall
  • .vimrcに以下を追加
colorscheme iceberg
1
4
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
1
4