vim folding

This commit is contained in:
Tobias Manske 2019-12-09 18:25:18 +01:00
parent d02b61c93a
commit e6061edee6
No known key found for this signature in database
GPG Key ID: 978D99F12D4E041F

View File

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