refactor: git status key for telescope

This commit is contained in:
Dinesh Salunke 2024-06-08 16:39:32 +05:30
parent dabb532500
commit a17e69d419

View File

@ -89,7 +89,13 @@ return {
end,
desc = "Live grep",
},
{
"<leader>gs",
function()
require("telescope.builtin").git_status()
end,
desc = "Live grep",
},
{
"<leader>fc",
function()