config update

This commit is contained in:
ackman678
2020-10-19 17:07:35 -07:00
parent ca5ce3b2a6
commit 4724c91d75
4 changed files with 20 additions and 8 deletions

2
.vimrc
View File

@@ -142,7 +142,7 @@ call plug#end()
filetype plugin indent on
"Syntax highlighting in Markdown
"au BufNewFile,BufReadPost *.md set filetype=markdown
" au BufNewFile,BufReadPost *.md, *.mkd set filetype=markdown
"let g:polyglot_disabled = ['markdown']
let g:markdown_fenced_languages = ['html','r', 'javascript', 'python', 'sh', 'bash=sh', 'css', 'js=javascript', 'json=javascript']