From 3450bf752fd2266590be3b284d00e62feb9881da Mon Sep 17 00:00:00 2001 From: Aaron Date: Fri, 20 Mar 2026 16:10:40 +1100 Subject: [PATCH] wip Add gitlab fugitive --- modules/neovim/lua/plugins/fugitive-gitlab.lua | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/neovim/lua/plugins/fugitive-gitlab.lua diff --git a/modules/neovim/lua/plugins/fugitive-gitlab.lua b/modules/neovim/lua/plugins/fugitive-gitlab.lua new file mode 100644 index 0000000..53df800 --- /dev/null +++ b/modules/neovim/lua/plugins/fugitive-gitlab.lua @@ -0,0 +1,5 @@ +return { + "shumphrey/fugitive-gitlab.vim", + cmd = "GBrowse", + dependencies = "tpope/vim-fugitive", +}