diff options
Diffstat (limited to 'vim')
-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: |