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, -}