wsdjeg / vim-lua

lua development plugin for Vim
GNU General Public License v3.0
12 stars 3 forks source link

workaround for slow foldexpr #4

Closed jyscao closed 5 years ago

jyscao commented 5 years ago
jyscao commented 5 years ago

Please merge this PR. Without it, the change in SpaceVim PR #3123 won't be useful, since the foldmethod Lua option defined by the user via their init.toml will simply get overwritten by the line setlocal foldmethod=expr currently in this plugin.

wsdjeg commented 5 years ago

OK