myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 403698195f911cc20bdf2ef1843383059b740bc2
parent 15856c21160e2849c86b9a676e2af12c4f0e19f4
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu, 28 Apr 2022 18:51:09 +0200

instant markdown comment

Diffstat:
vim/vimrc | 13+++++++++++++
1 file changed, 13 insertions(+), 0 deletions(-)

diff --git a/vim/vimrc b/vim/vimrc @@ -176,3 +176,16 @@ endfunction " add .tex when doing gf set suffixesadd+=.tex + +"Uncomment to override defaults: +"let g:instant_markdown_slow = 1 +"let g:instant_markdown_autostart = 0 +"let g:instant_markdown_open_to_the_world = 1 +"let g:instant_markdown_allow_unsafe_content = 1 +"let g:instant_markdown_allow_external_content = 0 +"let g:instant_markdown_mathjax = 1 +"let g:instant_markdown_mermaid = 1 +"let g:instant_markdown_logfile = '/tmp/instant_markdown.log' +let g:instant_markdown_autoscroll = 1 +"let g:instant_markdown_port = 8888 +let g:instant_markdown_python = 1