mirror of
https://github.com/cap153/nvim.git
synced 2025-12-27 03:34:57 +08:00
更新neovim配置
This commit is contained in:
parent
926899e09a
commit
23ac44ae4e
34 changed files with 408 additions and 1312 deletions
15
lua/lazy/plugins/lazygit.lua
Normal file
15
lua/lazy/plugins/lazygit.lua
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
-- ===
|
||||
-- === 在neovim中启动lazygit
|
||||
-- ===
|
||||
|
||||
return {
|
||||
"kdheepak/lazygit.nvim",
|
||||
dependencies = {
|
||||
"nvim-lua/plenary.nvim",
|
||||
},
|
||||
keys = {
|
||||
{ "<c-g>", "<cmd>LazyGit<CR>", desc = "Toggle Lazygit" },
|
||||
},
|
||||
config = function()
|
||||
end
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue