How to get different colorschemes in Vim split window?

后端 未结 3 1425
陌清茗
陌清茗 2021-01-14 07:55

I prefer having different colorscheme for python and different for rest of the files.

So, what I did is added the below two lines in my vimrc

3条回答
  •  一整个雨季
    2021-01-14 08:36

    It's not exactly what you want, but this tab page color scheme vim plugin lets you assign a different colorscheme for each tab with :Tcolorscheme.

提交回复
热议问题