1
0
mirror of https://github.com/gryf/.vim.git synced 2025-12-17 11:30:29 +01:00

Don't generate html on save for markdown files

This commit is contained in:
2019-04-06 08:25:36 +02:00
parent 24d8d3c58a
commit 5c0dadf698

2
vimrc
View File

@@ -276,7 +276,7 @@ function s:SetMarkdownSettings() "{{{2
map <S-F5> :ShowInBrowser<CR> map <S-F5> :ShowInBrowser<CR>
endif endif
autocmd BufWritePost *.md :silent make " autocmd BufWritePost *.md :silent make
endfunction endfunction
"}}} "}}}
function s:SetSnippetSettings() "{{{2 function s:SetSnippetSettings() "{{{2