move to fugitive
This commit is contained in:
7
init.lua
7
init.lua
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user