Enable folding
This commit is contained in:
parent
7d1211cc15
commit
b0c4c6c731
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue