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()