summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name <you@example.com>2019-11-05 11:20:32 +0100
committerYour Name <you@example.com>2019-11-05 11:20:32 +0100
commitd42892f434ad1da36e673bd5d7864fdab9f5d632 (patch)
tree2361ad9b7e1364637683ace5408d25d820c247d5
parent162b459c492c6e2524c0ce61558b02ed7986d0b0 (diff)
downloadvimrc-d42892f434ad1da36e673bd5d7864fdab9f5d632.tar.gz
vimrc-d42892f434ad1da36e673bd5d7864fdab9f5d632.tar.bz2
vimrc-d42892f434ad1da36e673bd5d7864fdab9f5d632.zip
Add vim-substrata colorscheme, and make default.
-rw-r--r--plugins.vim1
-rw-r--r--vimrc2
2 files changed, 2 insertions, 1 deletions
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