vim folding

This commit is contained in:
2019-12-09 18:25:18 +01:00
parent d02b61c93a
commit e6061edee6

View File

@ -21,6 +21,8 @@ filetype plugin indent on
set encoding=utf-8
set foldmethod=syntax
" Use whitespace instead of tab
set expandtab