mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-28 19:34:15 +00:00
add force_autocrlf setting & some tests
This commit is contained in:
parent
6b55e4695a
commit
a80eafb5ac
2 changed files with 7 additions and 0 deletions
|
@ -67,6 +67,8 @@ M.clone = {
|
|||
self.plugin.url,
|
||||
}
|
||||
|
||||
vim.print("force_autocrlf = " .. tostring(Config.options.git.force_autocrlf))
|
||||
|
||||
if Config.options.git.filter then
|
||||
args[#args + 1] = "--filter=blob:none"
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue