mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 06:10:05 +08:00
7 lines
135 B
VimL
7 lines
135 B
VimL
|
setlocal omnifunc=lua#complete
|
||
|
|
||
|
if &l:foldmethod ==# 'expr'
|
||
|
setlocal foldexpr=lua#fold#foldlevel(v:lnum)
|
||
|
endif
|
||
|
setlocal nofoldenable
|