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