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 .. "neovim/nvim-lspconfig",
|
||||||
github .. "nvim-mini/mini.nvim",
|
github .. "nvim-mini/mini.nvim",
|
||||||
github .. "lewis6991/gitsigns.nvim",
|
github .. "lewis6991/gitsigns.nvim",
|
||||||
github .. "neogitorg/neogit",
|
github .. "tpope/vim-fugitive",
|
||||||
github .. "stevearc/conform.nvim",
|
github .. "stevearc/conform.nvim",
|
||||||
{ src = github .. "saghen/blink.cmp", version = vim.version.range("v1.*") },
|
{ src = github .. "saghen/blink.cmp", version = vim.version.range("v1.*") },
|
||||||
github .. "tjdevries/colorbuddy.nvim",
|
github .. "tjdevries/colorbuddy.nvim",
|
||||||
@@ -160,9 +160,8 @@ require("mini.move").setup()
|
|||||||
require("mini.surround").setup()
|
require("mini.surround").setup()
|
||||||
require("mini.snippets").setup()
|
require("mini.snippets").setup()
|
||||||
|
|
||||||
-- Neogit
|
-- Fugitive
|
||||||
require("neogit").setup({ kind = "split" })
|
vim.keymap.set("n", "<leader>gg", "<CMD>Git<CR>")
|
||||||
vim.keymap.set("n", "<leader>gg", "<CMD>Neogit<CR>")
|
|
||||||
|
|
||||||
-- Conform
|
-- Conform
|
||||||
require("conform").setup({
|
require("conform").setup({
|
||||||
|
|||||||
@@ -37,10 +37,6 @@
|
|||||||
"rev": "af5f75c9ce572a4d1f0c77d6fb4ea764d16c1b3c",
|
"rev": "af5f75c9ce572a4d1f0c77d6fb4ea764d16c1b3c",
|
||||||
"src": "https://github.com/nvim-mini/mini.nvim"
|
"src": "https://github.com/nvim-mini/mini.nvim"
|
||||||
},
|
},
|
||||||
"neogit": {
|
|
||||||
"rev": "4681c1fdac1b730592ae195576e87406f7255750",
|
|
||||||
"src": "https://github.com/neogitorg/neogit"
|
|
||||||
},
|
|
||||||
"nvim-lspconfig": {
|
"nvim-lspconfig": {
|
||||||
"rev": "16812abf0e8d8175155f26143a8504e8253e92b0",
|
"rev": "16812abf0e8d8175155f26143a8504e8253e92b0",
|
||||||
"src": "https://github.com/neovim/nvim-lspconfig"
|
"src": "https://github.com/neovim/nvim-lspconfig"
|
||||||
@@ -68,6 +64,10 @@
|
|||||||
"todo-comments.nvim": {
|
"todo-comments.nvim": {
|
||||||
"rev": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668",
|
"rev": "31e3c38ce9b29781e4422fc0322eb0a21f4e8668",
|
||||||
"src": "https://github.com/folke/todo-comments.nvim"
|
"src": "https://github.com/folke/todo-comments.nvim"
|
||||||
|
},
|
||||||
|
"vim-fugitive": {
|
||||||
|
"rev": "3b753cf8c6a4dcde6edee8827d464ba9b8c4a6f0",
|
||||||
|
"src": "https://github.com/tpope/vim-fugitive"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user