mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
style: format
This commit is contained in:
parent
6ba1ae87e4
commit
702997084a
1 changed files with 10 additions and 9 deletions
|
|
@ -159,6 +159,7 @@ function M.blame_line(opts)
|
|||
return require("lazy.util").float_cmd(cmd, opts)
|
||||
end
|
||||
|
||||
-- stylua: ignore
|
||||
M.remote_patterns = {
|
||||
{ "^(https?://.*)%.git$" , "%1" },
|
||||
{ "^git@(.+):(.+)%.git$" , "https://%1/%2" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue