How to set default vim colorscheme

前端 未结 10 1169
南笙
南笙 2020-12-22 20:33

The latest upgrade of Ubuntu made my vim colorscheme unusable. I know how to set it manually (:colo evening, for example), but I want to set the default for all

10条回答
  •  庸人自扰
    2020-12-22 21:12

    You can just use the one-liner

    echo colorscheme koehler >> ~/.vimrc
    

    and replace koehler with any other available colorscheme. Imho, all of them are better than default.

提交回复
热议问题