Move RST settings together
This commit is contained in:
parent
92a23103e3
commit
82303f075e
6
vimrc
6
vimrc
@ -159,6 +159,9 @@ let g:DoxygenToolkit_commentType = 'C++'
|
|||||||
" markdown fenced code block languages
|
" markdown fenced code block languages
|
||||||
let g:markdown_fenced_languages =
|
let g:markdown_fenced_languages =
|
||||||
\ ['cpp', 'c', 'cmake', 'console', 'sh', 'vim', 'python', 'yaml']
|
\ ['cpp', 'c', 'cmake', 'console', 'sh', 'vim', 'python', 'yaml']
|
||||||
|
|
||||||
|
" reStructedText enable code styles
|
||||||
|
let g:rst_style = 1
|
||||||
" reStructuredText code block languages
|
" reStructuredText code block languages
|
||||||
let g:rst_syntax_code_list = {
|
let g:rst_syntax_code_list = {
|
||||||
\ 'vim': ['vim'],
|
\ 'vim': ['vim'],
|
||||||
@ -172,9 +175,6 @@ let g:rst_syntax_code_list = {
|
|||||||
" Python folding
|
" Python folding
|
||||||
Pack 'kalekundert/vim-coiled-snake'
|
Pack 'kalekundert/vim-coiled-snake'
|
||||||
|
|
||||||
" reStructedText
|
|
||||||
let g:rst_style = 1
|
|
||||||
|
|
||||||
" Enable builtin syntax folding
|
" Enable builtin syntax folding
|
||||||
let g:xml_syntax_folding = 1
|
let g:xml_syntax_folding = 1
|
||||||
let g:sh_fold_enabled = 1
|
let g:sh_fold_enabled = 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user