1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 22:20:06 +08:00
SpaceVim/bundle/vim-lua/ftplugin/lua.vim
2021-10-15 22:58:26 +08:00

7 lines
135 B
VimL

setlocal omnifunc=lua#complete
if &l:foldmethod ==# 'expr'
setlocal foldexpr=lua#fold#foldlevel(v:lnum)
endif
setlocal nofoldenable