diff options
author | Camil Staps | 2021-01-31 10:37:08 +0100 |
---|---|---|
committer | Camil Staps | 2021-01-31 10:37:08 +0100 |
commit | 15210ee83f27e4cf6c3ad89808d66b46bd0a7bcc (patch) | |
tree | c72f7ae23907e03fca2af1eadcc737926e608b97 | |
parent | Add rhysd/vim-llvm vim plugin (diff) |
Vim: light background color for bibtex files
-rw-r--r-- | vim/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |