From d42892f434ad1da36e673bd5d7864fdab9f5d632 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 5 Nov 2019 11:20:32 +0100 Subject: Add vim-substrata colorscheme, and make default. --- plugins.vim | 1 + vimrc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins.vim b/plugins.vim index 932fc4a..94552fa 100644 --- a/plugins.vim +++ b/plugins.vim @@ -5,6 +5,7 @@ set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin 'VundleVim/Vundle.vim' +Plugin 'arzg/vim-substrata' Plugin 'scrooloose/nerdtree' Plugin 'antoyo/vim-licenses' Plugin 'editorconfig/editorconfig-vim' diff --git a/vimrc b/vimrc index 8a91e6e..9427356 100644 --- a/vimrc +++ b/vimrc @@ -2,7 +2,7 @@ so ~/.vim/plugins.vim filetype on syntax on -colorscheme desert +colorscheme substrata set number filetype indent on set nowrap -- cgit v1.2.3