Skip to content

Commit 7b29ec5

Browse files
committed
fix formatting
1 parent 5612cf2 commit 7b29ec5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lua/plugins/lualine.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ setup.opts = {
1313
{
1414
"filename",
1515
file_status = true, -- displays file status (readonly status, modified status)
16-
path = 1, -- 0 = just filename, 1 = relative path, 2 = absolute path
16+
path = 1, -- 0 = just filename, 1 = relative path, 2 = absolute path
1717
},
1818
},
1919
},

lua/plugins/snacks.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ setup.keys = {
5353
desc = "Toggle terminal",
5454
},
5555
{
56-
"<space>gs",
56+
"<space>l",
5757
function()
5858
Snacks.lazygit()
5959
end,
6060
mode = { "n" },
6161
desc = "Lazygit",
6262
},
6363
{
64-
"<space>gl",
64+
"<space>L",
6565
function()
6666
Snacks.lazygit.log()
6767
end,

0 commit comments

Comments
 (0)