[vim] use gruvbox

This commit is contained in:
odrling 2020-01-02 04:38:24 +01:00
parent a5fc5d4c0c
commit 6335c4895b
3 changed files with 16 additions and 5 deletions

View file

@ -5,6 +5,15 @@
set history=500
set number relativenumber
" By default ClapQuery will use the bold fg of Normal and the same bg of ClapInput
hi ClapDefaultPreview ctermbg=237 guibg=#3E4452
hi default link ClapPreview ClapDefaultPreview
hi default link ClapDisplay ClapDefaultPreview
hi default link ClapSelected ClapDefaultSelected
hi default link ClapCurrentSelection ClapDefaultCurrentSelection
" Enable filetype plugins
filetype plugin on
filetype indent on
@ -114,16 +123,14 @@ set foldcolumn=1
" Enable syntax highlighting
syntax enable
" use true colors
set termguicolors
" Enable 256 colors palette in Gnome Terminal
" if $COLORTERM == 'gnome-terminal'
" set t_Co=256
" endif
try
colorscheme desert
catch
endtry
let g:airline_theme='minimalist'
set background=dark

3
.gitmodules vendored
View file

@ -69,3 +69,6 @@
[submodule ".vim/bundle/vim-clap"]
path = .vim/bundle/vim-clap
url = https://github.com/liuchengxu/vim-clap.git
[submodule ".vim/bundle/gruvbox"]
path = .vim/bundle/gruvbox
url = https://github.com/morhetz/gruvbox.git

1
.vim/bundle/gruvbox Submodule

@ -0,0 +1 @@
Subproject commit cb4e7a5643f7d2dd40e694bcbd28c4b89b185e86