Enable folding is sh filetype
This commit is contained in:
parent
939e5e0599
commit
7f63041695
5
vimrc
5
vimrc
@ -151,8 +151,9 @@ let g:DoxygenToolkit_commentType = 'C++'
|
|||||||
let g:markdown_fenced_languages =
|
let g:markdown_fenced_languages =
|
||||||
\ ['cpp', 'c', 'cmake', 'sh', 'vim', 'python', 'yaml']
|
\ ['cpp', 'c', 'cmake', 'sh', 'vim', 'python', 'yaml']
|
||||||
|
|
||||||
" xml syntax folding
|
" Enable builtin syntax folding
|
||||||
let g:xml_syntax_folding=1
|
let g:xml_syntax_folding = 1
|
||||||
|
let g:sh_fold_enabled = 1
|
||||||
|
|
||||||
" xterm-color-table.vim - view term and hex colors
|
" xterm-color-table.vim - view term and hex colors
|
||||||
Plug 'guns/xterm-color-table.vim'
|
Plug 'guns/xterm-color-table.vim'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user