update
This commit is contained in:
parent
70ef9c06f6
commit
8b1aa22dad
1 changed files with 25 additions and 1 deletions
26
init.lua
26
init.lua
|
|
@ -216,12 +216,36 @@ require("lazy").setup({
|
||||||
"dstein64/nvim-scrollview",
|
"dstein64/nvim-scrollview",
|
||||||
"sindrets/diffview.nvim",
|
"sindrets/diffview.nvim",
|
||||||
'nvim-lua/plenary.nvim',
|
'nvim-lua/plenary.nvim',
|
||||||
'nvim-pack/nvim-spectre',
|
{
|
||||||
|
'nvim-pack/nvim-spectre',
|
||||||
|
opts = {
|
||||||
|
live_update = true
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'linrongbin16/lsp-progress.nvim',
|
'linrongbin16/lsp-progress.nvim',
|
||||||
opts = {}
|
opts = {}
|
||||||
},
|
},
|
||||||
{ "cappyzawa/trim.nvim", opts = {} },
|
{ "cappyzawa/trim.nvim", opts = {} },
|
||||||
|
{
|
||||||
|
"kdheepak/lazygit.nvim",
|
||||||
|
cmd = {
|
||||||
|
"LazyGit",
|
||||||
|
"LazyGitConfig",
|
||||||
|
"LazyGitCurrentFile",
|
||||||
|
"LazyGitFilter",
|
||||||
|
"LazyGitFilterCurrentFile",
|
||||||
|
},
|
||||||
|
-- optional for floating window border decoration
|
||||||
|
dependencies = {
|
||||||
|
"nvim-lua/plenary.nvim",
|
||||||
|
},
|
||||||
|
-- setting the keybinding for LazyGit with 'keys' is recommended in
|
||||||
|
-- order to load the plugin when the command is run for the first time
|
||||||
|
keys = {
|
||||||
|
{ "<leader>lg", "<cmd>LazyGit<cr>", desc = "LazyGit" }
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"kdheepak/lazygit.nvim",
|
"kdheepak/lazygit.nvim",
|
||||||
cmd = {
|
cmd = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue