Enable folding

This commit is contained in:
Yuriy Glukhov 2018-09-19 17:11:23 +03:00 committed by zah
commit b0c4c6c731

View file

@ -15,6 +15,8 @@ setlocal commentstring=#\ %s
setlocal omnifunc=NimComplete
setlocal suffixesadd=.nim
setlocal expandtab "Make sure that only spaces are used
setlocal foldmethod=indent
setlocal foldlevel=99 " Don't fold newly opened buffers by default
setl tabstop=2
setl softtabstop=2