add git plugin
This commit is contained in:
parent
eb733b4c66
commit
d318e52ad8
@ -81,7 +81,7 @@ wk.register({
|
||||
wk.register({
|
||||
["<Leader>b"] = {
|
||||
name = "+Buffer",
|
||||
k = {":Bdelete!<CR>", "Kill buffer"},
|
||||
k = {":bd!<CR>", "Kill buffer"},
|
||||
o = {":BufferLineCloseRight<CR>:BufferLineCloseLeft<CR>", "Close other buffer"},
|
||||
b = {":bp<CR>", "Last buffer"},
|
||||
n = {":ls<CR>", "Buffer numbers"},
|
||||
|
0
lua/plugin-config/lazygit.lua
Normal file
0
lua/plugin-config/lazygit.lua
Normal file
@ -16,7 +16,11 @@ return require("packer").startup(function()
|
||||
|
||||
-- git plugin like magit
|
||||
-- 类似magit的插件neogit
|
||||
use({ "TimUntersberger/neogit", requires = "nvim-lua/plenary.nvim" })
|
||||
-- use({ "TimUntersberger/neogit", requires = "nvim-lua/plenary.nvim" })
|
||||
|
||||
-- lazygit support
|
||||
-- 使用lazygit接口
|
||||
use("kdheepak/lazygit.nvim")
|
||||
|
||||
-- nvim-tree for file manage
|
||||
use({
|
||||
|
Loading…
Reference in New Issue
Block a user