🔥 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
View File
@@ -29,7 +29,6 @@ require("lazy").setup({
}, lazy_config)
-- load plugins' setup
require("neogit").setup{}
require("gitmoji").setup({})
require("todo-comments").setup({})
-- require("cmp").setup({
+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>")
-9
View File
@@ -50,15 +50,6 @@ return {
},
},
{
"NeogitOrg/neogit",
dependencies = {
"nvim-lua/plenary.nvim",
"nvim-telescope/telescope.nvim",
},
config = true,
},
{
"kylechui/nvim-surround",
version = "*", -- Use for stability; omit to use `main` branch for the latest features