]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/profiles/nvim/lua/plugins/jj-fugitive.lua
+use/op(nvim/jj): try more plugins
[julm/julm-nix.git] / home-manager / profiles / nvim / lua / plugins / jj-fugitive.lua
1 -- A Neovim plugin that brings vim-fugitive-style version control integration for Jujutsu (jj)
2 -- https://github.com/martintrojer/jj-fugitive
3 return {
4 "jj-fugitive.nvim",
5 cmd = { "J" },
6 load = function(name)
7 vim.cmd.packadd(name)
8 end,
9 after = function() end,
10 }