2 files changed,
2 insertions(+),
0 deletions(-)
M
lua/fk/plugin/telescope.lua
@@ -46,6 +46,7 @@ oldfiles = { theme = "ivy" },
keymaps = { theme = "ivy" }, git_branches = { theme = "ivy" }, git_commits = { theme = "ivy" }, + git_status = { theme = "ivy" }, lsp_definitions = { theme = "ivy" }, lsp_references = { theme = "ivy" }, lsp_implementations = { theme = "ivy" },
M
lua/fk/plugin/whichkey.lua
@@ -61,6 +61,7 @@ t = { "<cmd>Telescope live_grep<cr>", "Live grep" },
r = { "<cmd>Telescope oldfiles<cr>", "Find oldfile" }, b = { "<cmd>Telescope git_branches<cr>", "Git branches" }, c = { "<cmd>Telescope git_commits<cr>", "Git commits" }, + g = { "<cmd>Telescope git_status<cr>", "Git status" }, s = { "<cmd>Telescope spell_suggest<cr>", "Spell suggest" }, k = { "<cmd>Telescope keymaps<cr>", "Find keymap" }, p = { "<cmd>Telescope projects<cr>", "Projects" },