init-local: Document plug_threads option
authorStefan Huber <shuber@sthu.org>
Wed, 13 Feb 2019 19:43:08 +0000 (20:43 +0100)
committerStefan Huber <shuber@sthu.org>
Wed, 13 Feb 2019 19:43:08 +0000 (20:43 +0100)
init-local.vim.example

index 39bcd64f9dfc168f86b751c33fd56920ef763d8e..666669fc472bf66356ac33653d272e4da759b994 100644 (file)
@@ -3,6 +3,9 @@ let g:clang_diagsopt = ''
 
 let g:ConqueTerm_StartMessages = 0
 
 
 let g:ConqueTerm_StartMessages = 0
 
+" Reduce load on memory by updating one plugin at a time
+"let g:plug_threads = 1
+
 " Configuration for youcompleteme, if not using vim-clang.
 "let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'
 "let g:ycm_confirm_extra_conf = 0
 " Configuration for youcompleteme, if not using vim-clang.
 "let g:ycm_global_ycm_extra_conf = '~/.ycm_extra_conf.py'
 "let g:ycm_confirm_extra_conf = 0