diff options
author | sinanmohd <sinan@sinanmohd.com> | 2025-09-02 10:59:53 +0530 |
---|---|---|
committer | sinanmohd <sinan@sinanmohd.com> | 2025-09-02 10:59:53 +0530 |
commit | 93d224f83e1b9145b09144b60b2d35db222973c8 (patch) | |
tree | 584cdde245f75199d7d4404a01bbcbd222216097 /home/common/modules/neovim/config/lua/pacman/plugins/neogit.lua | |
parent | 6b5dcfbee2b8b652823510688aebc7f2f0a98155 (diff) |
chore(home/common/nvim): NeogitOrg/neogit -> vim-fugitive
Diffstat (limited to 'home/common/modules/neovim/config/lua/pacman/plugins/neogit.lua')
-rw-r--r-- | home/common/modules/neovim/config/lua/pacman/plugins/neogit.lua | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/home/common/modules/neovim/config/lua/pacman/plugins/neogit.lua b/home/common/modules/neovim/config/lua/pacman/plugins/neogit.lua deleted file mode 100644 index 3ee3874..0000000 --- a/home/common/modules/neovim/config/lua/pacman/plugins/neogit.lua +++ /dev/null @@ -1,11 +0,0 @@ -return { - { - "NeogitOrg/neogit", - dependencies = { - "nvim-lua/plenary.nvim", -- required - "sindrets/diffview.nvim", -- optional - Diff integration - "nvim-telescope/telescope.nvim", -- optional - }, - } -} --- vim: ts=2 sts=2 sw=2 et |