From 39ba5f73de3d472ca90fd065df6c84ab54e9a970 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sat, 5 Oct 2019 14:32:19 -0700 Subject: [PATCH] neovim: Set markdown comment string as HTML --- neovim/init.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neovim/init.vim b/neovim/init.vim index da58adf..ddd686c 100644 --- a/neovim/init.vim +++ b/neovim/init.vim @@ -261,4 +261,6 @@ autocmd FileType typescript.tsx setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType typescript setlocal ts=2 sts=2 sw=2 expandtab autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab +autocmd FileType markdown setlocal commentstring= + set secure