-- A Neovim plugin that brings vim-fugitive-style version control integration for Jujutsu (jj) -- https://github.com/martintrojer/jj-fugitive return { "jj-fugitive.nvim", cmd = { "J" }, load = function(name) vim.cmd.packadd(name) end, after = function() end, }