From 981d82444e4722e7a1c0852e2b515876b2d64980 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Mon, 15 Jun 2026 18:55:04 +0200 Subject: misc(nvim): replace 50-git.lua with vim-fugitive --- .config/nvim/plugin/00-plugin.lua | 1 + 1 file changed, 1 insertion(+) (limited to '.config/nvim/plugin/00-plugin.lua') diff --git a/.config/nvim/plugin/00-plugin.lua b/.config/nvim/plugin/00-plugin.lua index 47588c4..def11c0 100644 --- a/.config/nvim/plugin/00-plugin.lua +++ b/.config/nvim/plugin/00-plugin.lua @@ -16,6 +16,7 @@ vim.pack.add({ "https://github.com/nvim-tree/nvim-web-devicons", "https://github.com/nvim-treesitter/nvim-treesitter", "https://github.com/qadzek/link.vim", + "https://github.com/tpope/vim-fugitive", "https://github.com/tpope/vim-surround", "https://github.com/windwp/nvim-autopairs", }) -- cgit v1.3.1