summaryrefslogtreecommitdiffstats
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-rw-r--r--vim/vimrc9
1 files changed, 6 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index fdaa110..93555b5 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -48,7 +48,6 @@ set splitright
set autowrite
set linebreak
set fileencodings=utf-8
-set background=dark
set path+=**
" Searching and movement ...
@@ -69,6 +68,12 @@ nnoremap <leader><space> :noh<cr>:call clearmatches()<cr>
" open a Quickfix window for the last search
nnoremap <silent> <leader>/ :execute 'vimgrep /'.@/.'/g %'<CR>:copen<CR>
+" colorscheme
+set background=dark
+let gruvbox_bold=0
+let g:gruvbox_contrast_dark='medium'
+colorscheme gruvbox
+
"backups/swap
set noswapfile
@@ -234,8 +239,6 @@ autocmd FileType python setlocal makeprg=flake8
" this makes the quickfix window open automatically after
autocmd QuickFixCmdPost [^l]* cwindow
-"colorscheme wombat256mod
-
" nice statusline
"set statusline=%-20F%m%r%h%w[%L][%{&ff}]%y[%p%%][%04l,%04v]
"set statusline+=%{gutentags#statusline()}