Add override_autocrlf to readme

This commit is contained in:
JL102 2023-09-28 16:07:26 -04:00
commit 9df4f7e6b3

View file

@ -317,6 +317,11 @@ return {
-- then set the below to false. This should work, but is NOT supported and will -- then set the below to false. This should work, but is NOT supported and will
-- increase downloads a lot. -- increase downloads a lot.
filter = true, 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 = { dev = {
-- directory where you store your local plugin projects -- directory where you store your local plugin projects