aboutsummaryrefslogtreecommitdiff
path: root/vim/after/plugin/2html.vim
blob: dd65486dd67e10592c57678844d344af2a9056bc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
" Don't make these settings if the base plugin didn't load
if !exists('g:loaded_2html_plugin')
  finish
endif

" Set preferred fonts for the HTML rendering
let g:html_font = [
      \ 'DejaVu Sans Mono',
      \ 'Ubuntu Mono',
      \ 'Consolas',
      \]