move to fugitive

This commit is contained in:
2026-04-23 19:06:41 -04:00
parent 5bb6074610
commit 8dc0f99441
2 changed files with 7 additions and 8 deletions

View File

@@ -100,7 +100,7 @@ vim.pack.add({
github .. "neovim/nvim-lspconfig",
github .. "nvim-mini/mini.nvim",
github .. "lewis6991/gitsigns.nvim",
github .. "neogitorg/neogit",
github .. "tpope/vim-fugitive",
github .. "stevearc/conform.nvim",
{ src = github .. "saghen/blink.cmp", version = vim.version.range("v1.*") },
github .. "tjdevries/colorbuddy.nvim",
@@ -160,9 +160,8 @@ require("mini.move").setup()
require("mini.surround").setup()
require("mini.snippets").setup()
-- Neogit
require("neogit").setup({ kind = "split" })
vim.keymap.set("n", "<leader>gg", "<CMD>Neogit<CR>")
-- Fugitive
vim.keymap.set("n", "<leader>gg", "<CMD>Git<CR>")
-- Conform
require("conform").setup({

View File

@@ -37,10 +37,6 @@
"rev": "af5f75c9ce572a4d1f0c77d6fb4ea764d16c1b3c",
"src": "https://github.com/nvim-mini/mini.nvim"
},
"neogit": {
"rev": "4681c1fdac1b730592ae195576e87406f7255750",
"src": "https://github.com/neogitorg/neogit"
},
"nvim-lspconfig": {
"rev": "16812abf0e8d8175155f26143a8504e8253e92b0",
"src": "https://github.com/neovim/nvim-lspconfig"
@@ -68,6 +64,10 @@
"todo-comments.nvim": {
"rev": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668",
"src": "https://github.com/folke/todo-comments.nvim"
},
"vim-fugitive": {
"rev": "3b753cf8c6a4dcde6edee8827d464ba9b8c4a6f0",
"src": "https://github.com/tpope/vim-fugitive"
}
}
}