chore(vim): add comment to file

This commit is contained in:
Stefan Imhoff
2021-12-11 13:45:08 +01:00
parent 14d64e0dc2
commit 7017cafd63

View File

@@ -1,5 +1,7 @@
" Base16 Vim
" https://github.com/chriskempson/base16-vim
if filereadable(expand("~/.vimrc_background"))
let base16colorspace=256
source ~/.vimrc_background
endif