From 6bf5388af9a107563b33700e5918a05ebcf6e20c Mon Sep 17 00:00:00 2001 From: Jaroslaw Konik Date: Fri, 11 Apr 2025 18:46:01 +0200 Subject: [PATCH] update --- init.lua | 32 ++++++++++++-------------------- 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/init.lua b/init.lua index 2cdf96d..2fd4c66 100644 --- a/init.lua +++ b/init.lua @@ -124,6 +124,18 @@ require("lazy").setup({ 'hrsh7th/vim-vsnip', "neovim/nvim-lspconfig", "nvimtools/none-ls.nvim", + { + "NeogitOrg/neogit", + dependencies = { + "nvim-lua/plenary.nvim", -- required + "sindrets/diffview.nvim", -- optional - Diff integration + + -- Only one of these is needed. + "nvim-telescope/telescope.nvim", -- optional + "ibhagwan/fzf-lua", -- optional + "echasnovski/mini.pick", -- optional + }, + }, { "terrortylor/nvim-comment", config = function() @@ -374,25 +386,6 @@ require("lazy").setup({ 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" } - } - }, { 'tribela/transparent.nvim', event = 'VimEnter', @@ -580,7 +573,6 @@ map('n', '', 'BufferMovePrevious', opts) map('n', '', 'BufferMoveNext', opts) map('n', '', 'BufferClose', opts) map('n', '', 'BufferPick', opts) -map('t', '', '', opts) ------------------------------------------------------------------------------- -- Eval