diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-11-16 09:05:52 +0000 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-11-16 09:05:52 +0000 |
commit | ed8329e8190efb314b4680d47855a1955f0cebcd (patch) | |
tree | e0a92cf0c6b623e05cd59d135762633576ca5950 /vim | |
parent | d57cc044cc8e52b1c69aaabd720cba336d96dda8 (diff) |
added gruvbox for vim
Diffstat (limited to '')
m--------- | vim/pack/plugins/gruvbox | 0 | ||||
m--------- | vim/pack/plugins/start/gruvbox | 0 | ||||
-rw-r--r-- | vim/vimrc | 9 |
3 files changed, 6 insertions, 3 deletions
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 @@ -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()} |