🔥 removed neogit

This commit is contained in:
hakase
2024-09-05 08:04:59 -05:00
parent 6fe552e3dc
commit 44a0ad24f1
3 changed files with 1 additions and 11 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ local map = vim.keymap.set
map("n", ";", ":", { desc = "CMD enter command mode" })
map("i", "jk", "<ESC>")
map("n", "<leader>gh", ":Neogit <cr>")
-- map("n", "<leader>gh", ":Neogit <cr>")
map("n", "<leader>md", ":MarkdownPreviewToggle <cr>")
map("n", "<leader>tl", ":TodoLocList <cr>")
map("n", "<leader>td", ":TodoQuickFix <cr>")