Automatrop colors

This commit is contained in:
Geoffrey Frogeye 2020-10-18 13:01:24 +02:00
parent f49c967450
commit 4025f55f44
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
18 changed files with 204 additions and 929 deletions

1
config/vim/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
colorscheme.vim

View file

@ -2,8 +2,14 @@
let vimDir = '$HOME/.cache/vim'
let &runtimepath.=','.vimDir
" theme
source $HOME/.cache/vim/colorscheme.vim
" let base16colorspace=256
" set termguicolors
" source $HOME/.config/vim/colorscheme.vim
" Some terminals requires a combination of the previous
" (the last one being setting the colorscheme to the exact theme in use),
" but it's a mess so I let you to figure out which one needs which
colorscheme base16-default-dark
" Keep undo history across sessions by storing it in a file
if has('persistent_undo')