init: fastfold for small files
authorStefan Huber <shuber@sthu.org>
Fri, 29 Jan 2021 22:47:20 +0000 (23:47 +0100)
committerStefan Huber <shuber@sthu.org>
Fri, 29 Jan 2021 22:47:20 +0000 (23:47 +0100)
init.vim

index eb6662d6c35ac25941e0df19c7b3c445db3fba3d..2901f3c5047624382fc5ff1aa6a183d72b0f881a 100644 (file)
--- a/init.vim
+++ b/init.vim
@@ -181,6 +181,8 @@ augroup END
 
 let g:localvimrc_persistent = 1
 
+let g:fastfold_minlines = 0
+
 au FileType markdown call RagtagInit()
 
 let g:detectspelllang_langs = {}