From 7017cafd63137ac347e2b74067e9ad5b0d654068 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sat, 11 Dec 2021 13:45:08 +0100 Subject: [PATCH] chore(vim): add comment to file --- nvim/plugins/base16.vim | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/nvim/plugins/base16.vim b/nvim/plugins/base16.vim index 0956ff1..5341472 100644 --- a/nvim/plugins/base16.vim +++ b/nvim/plugins/base16.vim @@ -1,5 +1,7 @@ +" Base16 Vim +" https://github.com/chriskempson/base16-vim + if filereadable(expand("~/.vimrc_background")) let base16colorspace=256 source ~/.vimrc_background endif -