mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:20:06 +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
|