aboutsummaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2016-10-10 10:57:54 +0200
committerKarel Kočí <karel.koci@nic.cz>2016-10-10 10:57:54 +0200
commit7aad49a38f827291cdd0c6849c1ed5277bd925b8 (patch)
tree087539f06846c5cc7b04f33442cb97179df2c64c /vimrc
parenta0a8e8f69a1ee72c62b118a6dcf2d5816e7e0241 (diff)
downloadmyconfigs-7aad49a38f827291cdd0c6849c1ed5277bd925b8.tar.gz
myconfigs-7aad49a38f827291cdd0c6849c1ed5277bd925b8.tar.bz2
myconfigs-7aad49a38f827291cdd0c6849c1ed5277bd925b8.zip
vim change color scheme before any color is used
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 4460f33..addd436 100644
--- a/vimrc
+++ b/vimrc
@@ -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