FAQ: Files from remote file system slow down startup!

This commit is contained in:
Marco Hinz 2019-02-06 17:17:09 +01:00
parent 4d885829f6
commit ed655d5e1c
No known key found for this signature in database
GPG key ID: 1C980A1B657B4A4F

View file

@ -882,6 +882,7 @@ FAQ *startify-faq*
|startify-faq-15| Startify is cluttered with help files!
|startify-faq-16| How to disable single mappings?
|startify-faq-17| Run Startify for each new tab!
|startify-faq-18| Files from remote file system slow down startup!
------------------------------------------------------------------------------
*startify-faq-01*
@ -1113,6 +1114,19 @@ Run Startify for each new tab!~
\ endif
endif
<
------------------------------------------------------------------------------
*startify-faq-18*
Files from remote file system slow down startup!~
I/O actions like resolving symbolic links or checking if a file is readable
can be very slow on some remote file systems (Samba, NFS, FUSE, etc.) Even
more so when done for many files.
In that case it is often better to add the mount point of the remote file
system to |g:startify_skiplist|:
>
let g:startify_skiplist = ['^/mnt/nfs']
<
==============================================================================
EXAMPLE *startify-example*
>