From 8b1aa22dadd3944954949ae45d58bbd979ed79b8 Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Thu, 20 Jun 2024 18:11:13 +0200 Subject: [PATCH] update --- init.lua | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 99ff0df..e432097 100644 --- a/init.lua +++ b/init.lua @@ -216,12 +216,36 @@ require("lazy").setup({ "dstein64/nvim-scrollview", "sindrets/diffview.nvim", 'nvim-lua/plenary.nvim', - 'nvim-pack/nvim-spectre', + { + 'nvim-pack/nvim-spectre', + opts = { + live_update = true + } + }, { 'linrongbin16/lsp-progress.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 = { + { "lg", "LazyGit", desc = "LazyGit" } + } + }, { "kdheepak/lazygit.nvim", cmd = {