Configure fenced highlighting in Markdown files
This commit is contained in:
parent
822d04e24b
commit
c48dedc842
1 changed files with 6 additions and 0 deletions
|
@ -103,6 +103,12 @@ g:GPGDefaultRecipients = [
|
|||
]
|
||||
|
||||
g:markdown_folding = 1
|
||||
g:markdown_fenced_languages = [
|
||||
'bash', 'c', 'dockerfile',
|
||||
'ini=dosini', 'json=json5',
|
||||
'j', 'js=javascript', 'javascript',
|
||||
'python', 'php', 'scala',
|
||||
]
|
||||
|
||||
g:ale_set_balloons = 1
|
||||
nmap <silent> <C-k> <Plug>(ale_previous_wrap)
|
||||
|
|
Loading…
Reference in a new issue