aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCamil Staps2021-01-31 10:37:08 +0100
committerCamil Staps2021-01-31 10:37:08 +0100
commit15210ee83f27e4cf6c3ad89808d66b46bd0a7bcc (patch)
treec72f7ae23907e03fca2af1eadcc737926e608b97
parentAdd rhysd/vim-llvm vim plugin (diff)
Vim: light background color for bibtex files
-rw-r--r--vim/.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vim/.vimrc b/vim/.vimrc
index 186ba28..810db7e 100644
--- a/vim/.vimrc
+++ b/vim/.vimrc
@@ -123,7 +123,7 @@ endif
map <LocalLeader>s :syn sync fromstart<CR>
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: