mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +00:00
Rename force_autocrlf to override_autocrlf for clarity
This commit is contained in:
parent
a80eafb5ac
commit
205f5af1d4
2 changed files with 6 additions and 3 deletions
|
@ -32,7 +32,7 @@ M.defaults = {
|
|||
-- process will lead to files with CRLF endings. Vi / vim / neovim cannot handle this.
|
||||
-- When true, Lazy will force git to clone with core.autocrlf=false. When false, Lazy will
|
||||
-- not touch the core.autocrlf setting.
|
||||
force_autocrlf = true,
|
||||
override_autocrlf = true,
|
||||
},
|
||||
dev = {
|
||||
-- directory where you store your local plugin projects
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue