]> Git — Sourcephile - julm/julm-nix.git/blob - home-manager/profiles/nvim/lua/plugins/jj-fugitive.lua
+user/operability(ui): add jj-conflict
[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 -- enabled = false,
6 -- cmd = { "J" },
7 -- load = function(name)
8 -- vim.cmd.packadd(name)
9 -- end,
10 -- after = function() end,
11 }