开发者

Vim colorscheme c++

开发者 https://www.devze.com 2023-02-10 05:21 出处:网络
How do I get a colorscheme such as this开发者_StackOverflow中文版: http://upload.wikimedia.org/wikipedia/commons/5/54/Hello_World_Perl_GTk2.png in gVim?Well, as gvim and vim share their configuration

How do I get a colorscheme such as this开发者_StackOverflow中文版: http://upload.wikimedia.org/wikipedia/commons/5/54/Hello_World_Perl_GTk2.png in gVim?


Well, as gvim and vim share their configuration files you create directory "colors" in ~/.vim and put your_favorite_colorscheme.vim in it.

Then edit your .vimrc file in your home directory with to include this line: colorscheme your_favorite_colorscheme

Here's a nice site to check different themes out: https://code.google.com/archive/p/vimcolorschemetest/

0

精彩评论

暂无评论...
验证码 换一张
取 消