From d6f67fd894bcd3d1c61daf1d9e858671acfa7c75 Mon Sep 17 00:00:00 2001 From: StuartStephens Date: Mon, 17 Mar 2025 21:15:10 -0400 Subject: [PATCH] remove azure devops git plugin --- lua/custom/plugins/fugitive-azure_dev_ops.lua | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lua/custom/plugins/fugitive-azure_dev_ops.lua diff --git a/lua/custom/plugins/fugitive-azure_dev_ops.lua b/lua/custom/plugins/fugitive-azure_dev_ops.lua deleted file mode 100644 index 1bd5e3fc..00000000 --- a/lua/custom/plugins/fugitive-azure_dev_ops.lua +++ /dev/null @@ -1,6 +0,0 @@ -return { - 'cedarbaum/fugitive-azure-devops.vim', - config = function() - vim.cmd [[command -nargs=1 Browse silent exe '!xdg-open ' . ""]] - end, -}