Automatrop colors
This commit is contained in:
parent
f49c967450
commit
4025f55f44
18 changed files with 204 additions and 929 deletions
1
config/vim/.gitignore
vendored
Normal file
1
config/vim/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
colorscheme.vim
|
|
@ -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')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue