diff options
author | Your Name <you@example.com> | 2019-11-05 11:20:32 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2019-11-05 11:20:32 +0100 |
commit | d42892f434ad1da36e673bd5d7864fdab9f5d632 (patch) | |
tree | 2361ad9b7e1364637683ace5408d25d820c247d5 /vimrc | |
parent | 162b459c492c6e2524c0ce61558b02ed7986d0b0 (diff) | |
download | vimrc-d42892f434ad1da36e673bd5d7864fdab9f5d632.tar.gz vimrc-d42892f434ad1da36e673bd5d7864fdab9f5d632.tar.bz2 vimrc-d42892f434ad1da36e673bd5d7864fdab9f5d632.zip |
Add vim-substrata colorscheme, and make default.
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ so ~/.vim/plugins.vim filetype on syntax on -colorscheme desert +colorscheme substrata set number filetype indent on set nowrap |