aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-09 21:15:02 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-09 21:15:02 +1200
commitf03fa3428508bbcdd2333b3a7b08b252e0a9b0e7 (patch)
tree7de985a4459ffc038b0710a5c2e64a06de1cf84d
parentSome spelling fixes (diff)
downloaddotfiles-f03fa3428508bbcdd2333b3a7b08b252e0a9b0e7.tar.gz
dotfiles-f03fa3428508bbcdd2333b3a7b08b252e0a9b0e7.zip
Format a list of fonts
-rw-r--r--vim/plugin/2html.vim6
1 files changed, 5 insertions, 1 deletions
diff --git a/vim/plugin/2html.vim b/vim/plugin/2html.vim
index 95dcbb6c..51d377e3 100644
--- a/vim/plugin/2html.vim
+++ b/vim/plugin/2html.vim
@@ -1 +1,5 @@
-let g:html_font = ['DejaVu Sans Mono', 'Ubuntu Mono', 'Consolas']
+let g:html_font = [
+ \ 'DejaVu Sans Mono',
+ \ 'Ubuntu Mono',
+ \ 'Consolas',
+ \]