From 15210ee83f27e4cf6c3ad89808d66b46bd0a7bcc Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 31 Jan 2021 10:37:08 +0100 Subject: Vim: light background color for bibtex files --- vim/.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/.vimrc b/vim/.vimrc index 186ba28..810db7e 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -123,7 +123,7 @@ endif map s :syn sync fromstart autocmd BufEnter * set bg=dark | call s:set_terminal_line_border() -autocmd BufEnter *.md,*.tex,*.txt set bg=light | call s:set_terminal_line_border() +autocmd BufEnter *.bib,*.md,*.tex,*.txt set bg=light | call s:set_terminal_line_border() " Setting the color scheme messes up the git gutter highlight groups, so reset " them. For some discussion, see: -- cgit v1.2.3