diff options
| author | Karel Kočí <karel.koci@nic.cz> | 2016-10-10 10:57:54 +0200 |
|---|---|---|
| committer | Karel Kočí <karel.koci@nic.cz> | 2016-10-10 10:57:54 +0200 |
| commit | 7aad49a38f827291cdd0c6849c1ed5277bd925b8 (patch) | |
| tree | 087539f06846c5cc7b04f33442cb97179df2c64c | |
| parent | a0a8e8f69a1ee72c62b118a6dcf2d5816e7e0241 (diff) | |
| download | myconfigs-7aad49a38f827291cdd0c6849c1ed5277bd925b8.tar.gz myconfigs-7aad49a38f827291cdd0c6849c1ed5277bd925b8.tar.bz2 myconfigs-7aad49a38f827291cdd0c6849c1ed5277bd925b8.zip | |
vim change color scheme before any color is used
| -rw-r--r-- | vimrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,6 +6,8 @@ execute pathogen#infect() syntax on filetype plugin indent on +colorscheme elflord + set exrc set secure set title @@ -23,7 +25,6 @@ set colorcolumn=82 set textwidth=82 highlight ColorColumn ctermbg=darkgray -colorscheme elflord " Tabs setting. In default we want 4 spaces tab, but allows also 8 spaced tabs set noexpandtab |
