From 9df4f7e6b3fc6f764951754e4116038e51d688d6 Mon Sep 17 00:00:00 2001 From: JL102 Date: Thu, 28 Sep 2023 16:07:26 -0400 Subject: [PATCH] Add override_autocrlf to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0f25814..af3dbc5 100644 --- a/README.md +++ b/README.md @@ -317,6 +317,11 @@ return { -- then set the below to false. This should work, but is NOT supported and will -- increase downloads a lot. filter = true, + -- If git config --global core.autocrlf is true on a Unix/Linux system, then the git clone process + -- will give files with CRLF endings. Vi / vim / neovim cannot handle this when loading .vim scripts. + -- When true, Lazy will force git to clone with core.autocrlf=false. When false, Lazy will not + -- touch the core.autocrlf setting. + override_autocrlf = true, }, dev = { -- directory where you store your local plugin projects