From 738cd5df718e8bd21569d7483e2d2fc33968722c Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 13 Sep 2023 23:02:44 +0300 Subject: [PATCH] nvim: neogit --- cli/.config/nvim/lua/plugins.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/cli/.config/nvim/lua/plugins.lua b/cli/.config/nvim/lua/plugins.lua index 5a33d9f..1464b2b 100644 --- a/cli/.config/nvim/lua/plugins.lua +++ b/cli/.config/nvim/lua/plugins.lua @@ -27,6 +27,16 @@ require('lazy').setup { 'w0rp/ale', cmd = 'ALEEnable', ft = {'bash', 'sh', 'zsh', 'lua', 'python'} + }, + { + "NeogitOrg/neogit", + dependencies = { + "nvim-lua/plenary.nvim", -- required + "nvim-telescope/telescope.nvim", -- optional + "sindrets/diffview.nvim", -- optional + "ibhagwan/fzf-lua", -- optional + }, + config = true } }