diff --git a/doc/dpp.txt b/doc/dpp.txt index 7a9fa06..a39357a 100644 --- a/doc/dpp.txt +++ b/doc/dpp.txt @@ -834,6 +834,9 @@ FAQ 6: |dpp-faq-6| FAQ 7: |dpp-faq-7| How to remove the disabled plugins? +FAQ 8: |dpp-faq-8| + Why filetype plugin and detection are disabled in default? + ------------------------------------------------------------------------------ *dpp-faq-1* Q: How to donate money to you? @@ -920,6 +923,14 @@ A: You can remove them like below. call map(dpp#check_clean(), { _, val -> delete(val, 'rf') }) < + *dpp-faq-8* +Q: Why filetype plugin and detection are disabled in default? + +A: Because it is Vim's default behavior. Some plugin managers and neovim is +default enabled for the features. +But I don't like to enable the feature by default because it affects the +editor performance. You must explicitly enable it if necessary. + ============================================================================== COMPATIBILITY *dpp-compatibility*