summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitmodules6
m---------vim/pack/plugins/gruvbox0
m---------vim/pack/plugins/start/gruvbox0
-rw-r--r--vim/vimrc9
4 files changed, 12 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules
index dc2602c..9c626c8 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -28,3 +28,9 @@
[submodule "vim/pack/fatih/start/vim-go"]
path = vim/pack/fatih/start/vim-go
url = https://github.com/fatih/vim-go.git
+[submodule "vim/pack/plugins/gruvbox"]
+ path = vim/pack/plugins/gruvbox
+ url = https://github.com/morhetz/gruvbox.git
+[submodule "vim/pack/plugins/start/gruvbox"]
+ path = vim/pack/plugins/start/gruvbox
+ url = https://github.com/morhetz/gruvbox.git
diff --git a/vim/pack/plugins/gruvbox b/vim/pack/plugins/gruvbox
new file mode 160000
+Subproject bf2885a95efdad7bd5e4794dd0213917770d79b
diff --git a/vim/pack/plugins/start/gruvbox b/vim/pack/plugins/start/gruvbox
new file mode 160000
+Subproject bf2885a95efdad7bd5e4794dd0213917770d79b
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()}