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 | |
parent | 6b5dcfbee2b8b652823510688aebc7f2f0a98155 (diff) |
chore(home/common/nvim): NeogitOrg/neogit -> vim-fugitive
Diffstat (limited to 'home/common/modules/neovim/config/lua/pacman/plugins')
-rw-r--r-- | home/common/modules/neovim/config/lua/pacman/plugins/neogit.lua | 11 | ||||
-rw-r--r-- | home/common/modules/neovim/config/lua/pacman/plugins/vim-fugitive.lua | 7 |
2 files changed, 7 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 diff --git a/home/common/modules/neovim/config/lua/pacman/plugins/vim-fugitive.lua b/home/common/modules/neovim/config/lua/pacman/plugins/vim-fugitive.lua new file mode 100644 index 0000000..d3bb2ff --- /dev/null +++ b/home/common/modules/neovim/config/lua/pacman/plugins/vim-fugitive.lua @@ -0,0 +1,7 @@ +return { + { + "tpope/vim-fugitive", + event = "VeryLazy", + } +} +-- vim: ts=2 sts=2 sw=2 et |