all repos

init.lua @ 0df7808

my nvim config
2 files changed, 2 insertions(+), 0 deletions(-)
whichkey: added git_status keymap, telesope: set theme for git_status
Author: flof-ik ss2316544@gmail.com
Committed at: 2022-03-07 20:03:55 +0200
Parent: 6ae1dd0
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" },