Enable folding is sh filetype

This commit is contained in:
Kenneth Benzie 2017-05-18 11:23:26 +01:00
parent 939e5e0599
commit 7f63041695

3
vimrc
View File

@ -151,8 +151,9 @@ let g:DoxygenToolkit_commentType = 'C++'
let g:markdown_fenced_languages =
\ ['cpp', 'c', 'cmake', 'sh', 'vim', 'python', 'yaml']
" xml syntax folding
" Enable builtin syntax folding
let g:xml_syntax_folding = 1
let g:sh_fold_enabled = 1
" xterm-color-table.vim - view term and hex colors
Plug 'guns/xterm-color-table.vim'