forked from dineshsalunke/nvim-config
refactor: git status key for telescope
This commit is contained in:
parent
dabb532500
commit
a17e69d419
@ -89,7 +89,13 @@ return {
|
|||||||
end,
|
end,
|
||||||
desc = "Live grep",
|
desc = "Live grep",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"<leader>gs",
|
||||||
|
function()
|
||||||
|
require("telescope.builtin").git_status()
|
||||||
|
end,
|
||||||
|
desc = "Live grep",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"<leader>fc",
|
"<leader>fc",
|
||||||
function()
|
function()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user