From a17e69d419dafcc59016504fd9d47117db7a5cc0 Mon Sep 17 00:00:00 2001 From: Dinesh Salunke Date: Sat, 8 Jun 2024 16:39:32 +0530 Subject: [PATCH] refactor: git status key for telescope --- lua/plugins/editor.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 0fc35ce..7104262 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -89,7 +89,13 @@ return { end, desc = "Live grep", }, - + { + "gs", + function() + require("telescope.builtin").git_status() + end, + desc = "Live grep", + }, { "fc", function()